Color Hex Logo

#bbcfe2 Color Hex

#BBCFE2
(187,207,226)
0 Favorites   0 Comments

Color spaces of #bbcfe2

RGB 187207226
HSL0.580.400.81
HSV209°17°89°
CMYK 0.170.080.00   0.11
XYZ56.533860.681480.6845
Yxy60.68140.28570.3066
Hunter Lab77.8983-6.7776-6.8819
CIE-Lab82.2072-2.8126-11.6612

#bbcfe2 color RGB value is (187,207,226).

#bbcfe2 hex color red value is 187, green value is 207 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bbcfe2 hue: 0.58 , saturation: 0.40 and the lightness value of bbcfe2 is 0.81.

The process color (four color CMYK) of #bbcfe2 color hex is 0.17, 0.08, 0.00, 0.11. Web safe color of #bbcfe2 is #cccccc. Color #bbcfe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11100010
Octal 273 317 342
Decimal 187 207 226
Hex BB CF E2

RGB Percentages of Color #bbcfe2

%30.16
%33.39
%36.45

CMYK Percentages of Color #bbcfe2

%17
%8
%0
%11

Triadic Colors of #bbcfe2

#bbcfe2 #e2bbcf #cfe2bb

Analogous Colors of #bbcfe2

#bbcfe2 #bbbce2 #bbe2e2

Monochromatic Colors of #bbcfe2

#bbcfe2

Complementary Color

#bbcfe2 #e2cebb

#bbcfe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfe2 Color CSS Codes

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

#bbcfe2 Text Font Color

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

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


#bbcfe2 Background Color

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

This div background color is #bbcfe2


#bbcfe2 Border Color

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

This div border color is #bbcfe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfe2


Comments

No comments written yet.

Please login to write comment.