#B9CCCA

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

Shades of Jungle Mist #B9CCCA

Tints of Jungle Mist #B9CCCA

Color information

#B9CCCA (or 0xB9CCCA) is unknown color: approx Jungle Mist. HEX triplet: B9, CC and CA. RGB value is (185,204,202). Sum of RGB (Red+Green+Blue) = 185+204+202=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCCA is #463335. Grayscale: #C6C6C6. Windows color (decimal): -4600630 or 13290681. OLE color: 13290681.

HSL color Cylindrical-coordinate representation of color #B9CCCA: hue angle of 173.68º 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 #B9CCCA is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB185204202-
CMYK0.0900.010.2
HSL173.68º15.7%76.27%-
HSV(B)173.68º9.31%80%-
XYZ52.2657.7664.27-
YUV198.09130.21118.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=31.30%
G=34.52%
B=34.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852042020.0900.010.2173.6815.776.27
HexB9CCCA90114ae104c
Octal27131431211012425620114
Binary1011100111001100110010101001011010010101110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCCA; }

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

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

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

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

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

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

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

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