Color Hex Logo

#bbccce Color Hex

#BBCCCE
(187,204,206)
0 Favorites   0 Comments

Color spaces of #bbccce

RGB 187204206
HSL0.520.160.77
HSV186°81°
CMYK 0.090.010.00   0.19
XYZ53.227058.206866.8222
Yxy58.20680.29860.3265
Hunter Lab76.2934-8.98071.4757
CIE-Lab80.8536-5.3423-2.9724

#bbccce color RGB value is (187,204,206).

#bbccce hex color red value is 187, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbccce hue: 0.52 , saturation: 0.16 and the lightness value of bbccce is 0.77.

The process color (four color CMYK) of #bbccce color hex is 0.09, 0.01, 0.00, 0.19. Web safe color of #bbccce is #cccccc. Color #bbccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11001110
Octal 273 314 316
Decimal 187 204 206
Hex BB CC CE

RGB Percentages of Color #bbccce

%31.32
%34.17
%34.51

CMYK Percentages of Color #bbccce

%9
%1
%0
%19

Triadic Colors of #bbccce

#bbccce #cebbcc #cccebb

Analogous Colors of #bbccce

#bbccce #bbc3ce #bbcec7

Monochromatic Colors of #bbccce

#bbccce

Complementary Color

#bbccce #cebdbb

#bbccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccce Color CSS Codes

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

#bbccce Text Font Color

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

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


#bbccce Background Color

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

This div background color is #bbccce


#bbccce Border Color

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

This div border color is #bbccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccce


Comments

No comments written yet.

Please login to write comment.