#B9CDCB

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

Shades of Jungle Mist #B9CDCB

Tints of Jungle Mist #B9CDCB

Color information

#B9CDCB (or 0xB9CDCB) is unknown color: approx Jungle Mist. HEX triplet: B9, CD and CB. RGB value is (185,205,203). Sum of RGB (Red+Green+Blue) = 185+205+203=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDCB is #463234. Grayscale: #C6C6C6. Windows color (decimal): -4600373 or 13356473. OLE color: 13356473.

HSL color Cylindrical-coordinate representation of color #B9CDCB: hue angle of 174º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDCB is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB185205203-
CMYK0.1000.010.20
HSL174º16.67%76.47%-
HSV(B)174º9.76%80.39%-
XYZ52.6258.2964.98-
YUV198.79130.37118.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=31.20%
G=34.57%
B=34.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852052030.1000.010.2017416.6776.47
HexB9CDCBA0114ae114c
Octal27131531312012425621114
Binary1011100111001101110010111010011010010101110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDCB; }

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

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

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

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

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

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

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

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