#B9CCCB

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

Shades of Jungle Mist #B9CCCB

Tints of Jungle Mist #B9CCCB

Color information

#B9CCCB (or 0xB9CCCB) is unknown color: approx Jungle Mist. HEX triplet: B9, CC and CB. RGB value is (185,204,203). Sum of RGB (Red+Green+Blue) = 185+204+203=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCCB is #463334. Grayscale: #C6C6C6. Windows color (decimal): -4600629 or 13356217. OLE color: 13356217.

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

Color convert

RGB185204203-
CMYK0.0900.000.2
HSL176.84º15.7%76.27%-
HSV(B)176.84º9.31%80%-
XYZ52.3857.8164.9-
YUV198.2130.71118.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=31.25%
G=34.46%
B=34.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852042030.0900.000.2176.8415.776.27
HexB9CCCB90014b1104c
Octal27131431311002426120114
Binary1011100111001100110010111001001010010110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCCB; }

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

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

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

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

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

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

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

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