Color Hex Logo

#bbcbd5 Color Hex

#BBCBD5
(187,203,213)
0 Favorites   0 Comments

Color spaces of #bbcbd5

RGB 187203213
HSL0.560.240.78
HSV203°12°84°
CMYK 0.120.050.00   0.16
XYZ53.859758.080871.3228
Yxy58.08080.29390.3169
Hunter Lab76.2108-7.2192-2.1398
CIE-Lab80.7837-3.4143-6.8261

#bbcbd5 color RGB value is (187,203,213).

#bbcbd5 hex color red value is 187, green value is 203 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bbcbd5 hue: 0.56 , saturation: 0.24 and the lightness value of bbcbd5 is 0.78.

The process color (four color CMYK) of #bbcbd5 color hex is 0.12, 0.05, 0.00, 0.16. Web safe color of #bbcbd5 is #cccccc. Color #bbcbd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 11010101
Octal 273 313 325
Decimal 187 203 213
Hex BB CB D5

RGB Percentages of Color #bbcbd5

%31.01
%33.67
%35.32

CMYK Percentages of Color #bbcbd5

%12
%5
%0
%16

Triadic Colors of #bbcbd5

#bbcbd5 #d5bbcb #cbd5bb

Analogous Colors of #bbcbd5

#bbcbd5 #bbbed5 #bbd5d2

Monochromatic Colors of #bbcbd5

#bbcbd5

Complementary Color

#bbcbd5 #d5c5bb

#bbcbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbd5 Color CSS Codes

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

#bbcbd5 Text Font Color

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

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


#bbcbd5 Background Color

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

This div background color is #bbcbd5


#bbcbd5 Border Color

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

This div border color is #bbcbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbd5


Comments

No comments written yet.

Please login to write comment.