#B9CCCC

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

Shades of Jungle Mist #B9CCCC

Tints of Jungle Mist #B9CCCC

Color information

#B9CCCC (or 0xB9CCCC) is unknown color: approx Jungle Mist. HEX triplet: B9, CC and CC. RGB value is (185,204,204). Sum of RGB (Red+Green+Blue) = 185+204+204=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B9CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCCC is #463333. Grayscale: #C6C6C6. Windows color (decimal): -4600628 or 13421753. OLE color: 13421753.

HSL color Cylindrical-coordinate representation of color #B9CCCC: hue angle of 180º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCCC is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185204204-
CMYK0.09000.2
HSL180º15.7%76.27%-
HSV(B)180º9.31%80%-
XYZ52.557.8665.53-
YUV198.32131.21118.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=31.20%
G=34.40%
B=34.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852042040.09000.218015.776.27
HexB9CCCC90014b4104c
Octal27131431411002426420114
Binary1011100111001100110011001001001010010110100100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCCC; }

 p { color: rgb(185,204,204); }

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

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

 a { background-color: rgb(185,204,204); }

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

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

 span { border-color: rgb(185,204,204); }

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