#BBCACD

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

Shades of Jungle Mist #BBCACD

Tints of Jungle Mist #BBCACD

Color information

#BBCACD (or 0xBBCACD) is unknown color: approx Jungle Mist. HEX triplet: BB, CA and CD. RGB value is (187,202,205). Sum of RGB (Red+Green+Blue) = 187+202+205=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCACD is #443532. Grayscale: #C5C5C5. Windows color (decimal): -4470067 or 13486779. OLE color: 13486779.

HSL color Cylindrical-coordinate representation of color #BBCACD: hue angle of 190º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCACD is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187202205-
CMYK0.090.0100.20
HSL190º15.25%76.86%-
HSV(B)190º8.78%80.39%-
XYZ52.6357.2166.03-
YUV197.86132.03120.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=31.48%
G=34.01%
B=34.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872022050.090.0100.2019015.2576.86
HexBBCACD91014bef4d
Octal27331231511102427617115
Binary101110111100101011001101100110101001011111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCACD; }

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

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

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

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

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

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

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

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