Color Hex Logo

#bbcce3 Color Hex

#BBCCE3
(187,204,227)
0 Favorites   0 Comments

Color spaces of #bbcce3

RGB 187204227
HSL0.600.420.81
HSV215°18°89°
CMYK 0.180.100.00   0.11
XYZ55.951559.296681.1695
Yxy59.29660.28490.3019
Hunter Lab77.0043-5.0590-8.5940
CIE-Lab81.4544-1.0164-13.3211

#bbcce3 color RGB value is (187,204,227).

#bbcce3 hex color red value is 187, green value is 204 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bbcce3 hue: 0.60 , saturation: 0.42 and the lightness value of bbcce3 is 0.81.

The process color (four color CMYK) of #bbcce3 color hex is 0.18, 0.10, 0.00, 0.11. Web safe color of #bbcce3 is #cccccc. Color #bbcce3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11100011
Octal 273 314 343
Decimal 187 204 227
Hex BB CC E3

RGB Percentages of Color #bbcce3

%30.26
%33.01
%36.73

CMYK Percentages of Color #bbcce3

%18
%10
%0
%11

Triadic Colors of #bbcce3

#bbcce3 #e3bbcc #cce3bb

Analogous Colors of #bbcce3

#bbcce3 #bebbe3 #bbe0e3

Monochromatic Colors of #bbcce3

#bbcce3

Complementary Color

#bbcce3 #e3d2bb

#bbcce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcce3 Color CSS Codes

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

#bbcce3 Text Font Color

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

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


#bbcce3 Background Color

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

This div background color is #bbcce3


#bbcce3 Border Color

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

This div border color is #bbcce3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcce3


Comments

No comments written yet.

Please login to write comment.