Color Hex Logo

#bbcfdc Color Hex

#BBCFDC
(187,207,220)
0 Favorites   0 Comments

Color spaces of #bbcfdc

RGB 187207220
HSL0.570.320.80
HSV204°15°86°
CMYK 0.150.060.00   0.14
XYZ55.724660.357776.4234
Yxy60.35770.28950.3135
Hunter Lab77.6902-7.9258-3.9401
CIE-Lab82.0322-4.0745-8.7190

#bbcfdc color RGB value is (187,207,220).

#bbcfdc hex color red value is 187, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbcfdc hue: 0.57 , saturation: 0.32 and the lightness value of bbcfdc is 0.80.

The process color (four color CMYK) of #bbcfdc color hex is 0.15, 0.06, 0.00, 0.14. Web safe color of #bbcfdc is #cccccc. Color #bbcfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11011100
Octal 273 317 334
Decimal 187 207 220
Hex BB CF DC

RGB Percentages of Color #bbcfdc

%30.46
%33.71
%35.83

CMYK Percentages of Color #bbcfdc

%15
%6
%0
%14

Triadic Colors of #bbcfdc

#bbcfdc #dcbbcf #cfdcbb

Analogous Colors of #bbcfdc

#bbcfdc #bbbfdc #bbdcd9

Monochromatic Colors of #bbcfdc

#bbcfdc

Complementary Color

#bbcfdc #dcc8bb

#bbcfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfdc Color CSS Codes

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

#bbcfdc Text Font Color

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

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


#bbcfdc Background Color

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

This div background color is #bbcfdc


#bbcfdc Border Color

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

This div border color is #bbcfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfdc


Comments

No comments written yet.

Please login to write comment.