Color Hex Logo

#bbcdd4 Color Hex

#BBCDD4
(187,205,212)
0 Favorites   0 Comments

Color spaces of #bbcdd4

RGB 187205212
HSL0.550.230.78
HSV197°12°83°
CMYK 0.120.030.00   0.17
XYZ54.208558.980970.8147
Yxy58.98090.29460.3205
Hunter Lab76.7990-8.4043-0.9107
CIE-Lab81.2811-4.6670-5.5550

#bbcdd4 color RGB value is (187,205,212).

#bbcdd4 hex color red value is 187, green value is 205 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #bbcdd4 hue: 0.55 , saturation: 0.23 and the lightness value of bbcdd4 is 0.78.

The process color (four color CMYK) of #bbcdd4 color hex is 0.12, 0.03, 0.00, 0.17. Web safe color of #bbcdd4 is #cccccc. Color #bbcdd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11010100
Octal 273 315 324
Decimal 187 205 212
Hex BB CD D4

RGB Percentages of Color #bbcdd4

%30.96
%33.94
%35.10

CMYK Percentages of Color #bbcdd4

%12
%3
%0
%17

Triadic Colors of #bbcdd4

#bbcdd4 #d4bbcd #cdd4bb

Analogous Colors of #bbcdd4

#bbcdd4 #bbc1d4 #bbd4cf

Monochromatic Colors of #bbcdd4

#bbcdd4

Complementary Color

#bbcdd4 #d4c2bb

#bbcdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdd4 Color CSS Codes

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

#bbcdd4 Text Font Color

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

This sample text font color is #bbcdd4
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.


#bbcdd4 Background Color

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

This div background color is #bbcdd4


#bbcdd4 Border Color

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

This div border color is #bbcdd4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,205,212, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbcdd4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbcdd4;
  -webkit-box-shadow: 1px 1px 3px 2px #bbcdd4;
  box-shadow:         1px 1px 3px 2px #bbcdd4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,205,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdd4


Comments

No comments written yet.

Please login to write comment.