Color Hex Logo

#bbcecc Color Hex

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

Color spaces of #bbcecc

RGB 187206204
HSL0.480.160.77
HSV174°81°
CMYK 0.090.000.01   0.19
XYZ53.463959.067065.7100
Yxy59.06700.30000.3314
Hunter Lab76.8551-10.32363.1064
CIE-Lab81.3284-6.7782-1.2055

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

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

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

Base Numbers

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

RGB Percentages of Color #bbcecc

%31.32
%34.51
%34.17

CMYK Percentages of Color #bbcecc

%9
%0
%1
%19

Triadic Colors of #bbcecc

#bbcecc #ccbbce #ceccbb

Analogous Colors of #bbcecc

#bbcecc #bbc7ce #bbcec3

Monochromatic Colors of #bbcecc

#bbcecc

Complementary Color

#bbcecc #cebbbd

#bbcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcecc Color CSS Codes

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

#bbcecc Text Font Color

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

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


#bbcecc Background Color

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

This div background color is #bbcecc


#bbcecc Border Color

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

This div border color is #bbcecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcecc


Comments

No comments written yet.

Please login to write comment.