Color Hex Logo

#bbcfde Color Hex

#BBCFDE
(187,207,222)
0 Favorites   0 Comments

Color spaces of #bbcfde

RGB 187207222
HSL0.570.350.80
HSV206°16°87°
CMYK 0.160.070.00   0.13
XYZ55.991260.464477.8270
Yxy60.46440.28820.3112
Hunter Lab77.7589-7.5469-4.9108
CIE-Lab82.0900-3.6570-9.7010

#bbcfde color RGB value is (187,207,222).

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

The process color (four color CMYK) of #bbcfde color hex is 0.16, 0.07, 0.00, 0.13. Web safe color of #bbcfde is #cccccc. Color #bbcfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11011110
Octal 273 317 336
Decimal 187 207 222
Hex BB CF DE

RGB Percentages of Color #bbcfde

%30.36
%33.60
%36.04

CMYK Percentages of Color #bbcfde

%16
%7
%0
%13

Triadic Colors of #bbcfde

#bbcfde #debbcf #cfdebb

Analogous Colors of #bbcfde

#bbcfde #bbbede #bbdedc

Monochromatic Colors of #bbcfde

#bbcfde

Complementary Color

#bbcfde #decabb

#bbcfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfde Color CSS Codes

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

#bbcfde Text Font Color

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

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


#bbcfde Background Color

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

This div background color is #bbcfde


#bbcfde Border Color

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

This div border color is #bbcfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfde


Comments

No comments written yet.

Please login to write comment.