Color Hex Logo

#bbfccc Color Hex

#BBFCCC
(187,252,204)
0 Favorites   0 Comments

Color spaces of #bbfccc

RGB 187252204
HSL0.380.920.86
HSV136°26°99°
CMYK 0.260.000.19   0.01
XYZ66.203084.545269.9563
Yxy84.54520.30000.3831
Hunter Lab91.9485-32.389619.2549
CIE-Lab93.6868-29.570916.5371

#bbfccc color RGB value is (187,252,204).

#bbfccc hex color red value is 187, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbfccc hue: 0.38 , saturation: 0.92 and the lightness value of bbfccc is 0.86.

The process color (four color CMYK) of #bbfccc color hex is 0.26, 0.00, 0.19, 0.01. Web safe color of #bbfccc is #ccffcc. Color #bbfccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11001100
Octal 273 374 314
Decimal 187 252 204
Hex BB FC CC

RGB Percentages of Color #bbfccc

%29.08
%39.19
%31.73

CMYK Percentages of Color #bbfccc

%26
%0
%19
%1

Triadic Colors of #bbfccc

#bbfccc #ccbbfc #fcccbb

Analogous Colors of #bbfccc

#bbfccc #bbfced #cbfcbb

Monochromatic Colors of #bbfccc

#bbfccc

Complementary Color

#bbfccc #fcbbeb

#bbfccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfccc Color CSS Codes

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

#bbfccc Text Font Color

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

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


#bbfccc Background Color

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

This div background color is #bbfccc


#bbfccc Border Color

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

This div border color is #bbfccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,252,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 #bbfccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfccc

Related Colors


Comments

No comments written yet.

Please login to write comment.