#BBCACE

Color #BBCACE Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #BBCACE

Tints of Jungle Mist #BBCACE

Color information

#BBCACE (or 0xBBCACE) is unknown color: approx Jungle Mist. HEX triplet: BB, CA and CE. RGB value is (187,202,206). Sum of RGB (Red+Green+Blue) = 187+202+206=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCACE is #443531. Grayscale: #C5C5C5. Windows color (decimal): -4470066 or 13552315. OLE color: 13552315.

HSL color Cylindrical-coordinate representation of color #BBCACE: hue angle of 192.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCACE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187202206-
CMYK0.090.0200.19
HSL192.63º16.24%77.06%-
HSV(B)192.63º9.22%80.78%-
XYZ52.7557.2666.66-
YUV197.97132.53120.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=31.43%
G=33.95%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872022060.090.0200.19192.6316.2477.06
HexBBCACE92013c1104d
Octal27331231611202330120115
Binary10111011110010101100111010011001001111000001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCACE; }

 p { color: rgb(187,202,206); }

 H1.HeaderClassName
 {
   color: #BBCACE;
 }
 .AnyTagClassName
 {
   color: #BBCACE;
 }
</style>
background-color css

<style>
 a { background-color: #BBCACE; }

 a { background-color: rgb(187,202,206); }

 div.DivClassName
 {
   background-color: #BBCACE;
 }
 .BgClassName
 {
   background-color: #BBCACE;
 }
</style>
border-color css

<style>
 span { border-color: #BBCACE; }

 span { border-color: rgb(187,202,206); }

 td.TdClassName
 {
   border-color: #BBCACE;
 }
 .TagClassName
 {
   border-color: #BBCACE;
 }
</style>