Color Hex Logo

#b7bdcc Color Hex

#B7BDCC
(183,189,204)
0 Favorites   0 Comments

Color spaces of #b7bdcc

RGB 183189204
HSL0.620.170.76
HSV223°10°80°
CMYK 0.100.070.00   0.20
XYZ48.625150.822164.3736
Yxy50.82210.29680.3102
Hunter Lab71.2896-3.0059-3.6354
CIE-Lab76.57110.8798-8.2541

#b7bdcc color RGB value is (183,189,204).

#b7bdcc hex color red value is 183, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b7bdcc hue: 0.62 , saturation: 0.17 and the lightness value of b7bdcc is 0.76.

The process color (four color CMYK) of #b7bdcc color hex is 0.10, 0.07, 0.00, 0.20. Web safe color of #b7bdcc is #cccccc. Color #b7bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111101 11001100
Octal 267 275 314
Decimal 183 189 204
Hex B7 BD CC

RGB Percentages of Color #b7bdcc

%31.77
%32.81
%35.42

CMYK Percentages of Color #b7bdcc

%10
%7
%0
%20

Triadic Colors of #b7bdcc

#b7bdcc #ccb7bd #bdccb7

Analogous Colors of #b7bdcc

#b7bdcc #bcb7cc #b7c8cc

Monochromatic Colors of #b7bdcc

#b7bdcc

Complementary Color

#b7bdcc #ccc6b7

#b7bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bdcc Color CSS Codes

.mybgcolor {background-color:#b7bdcc; } 
.myforecolor {color:#b7bdcc; }
.mybordercolor {border:3px solid #b7bdcc; }

#b7bdcc Text Font Color

<p style="color:#b7bdcc">Text here</p>

This sample text font color is #b7bdcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b7bdcc Background Color

<div style="background-color:#b7bdcc">
Div content here</div>

This div background color is #b7bdcc


#b7bdcc Border Color

<div style="border:3px solid #b7bdcc">
Div here</div>

This div border color is #b7bdcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,189,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7bdcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7bdcc;
  -webkit-box-shadow: 1px 1px 3px 2px #b7bdcc;
  box-shadow:         1px 1px 3px 2px #b7bdcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,189,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b7bdcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b7bdcc;
  -webkit-box-shadow: 1px 1px 3px 2px #b7bdcc;
  box-shadow:         1px 1px 3px 2px #b7bdcc;">
Div content here</div>

This div box has shadow with color #b7bdcc


Comments

No comments written yet.

Please login to write comment.