#B9CBCB

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

Shades of Jungle Mist #B9CBCB

Tints of Jungle Mist #B9CBCB

Color information

#B9CBCB (or 0xB9CBCB) is unknown color: approx Jungle Mist. HEX triplet: B9, CB and CB. RGB value is (185,203,203). Sum of RGB (Red+Green+Blue) = 185+203+203=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #B9CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBCB is #463434. Grayscale: #C5C5C5. Windows color (decimal): -4600885 or 13355961. OLE color: 13355961.

HSL color Cylindrical-coordinate representation of color #B9CBCB: hue angle of 180º degrees, saturation: 0.15, 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 #B9CBCB is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185203203-
CMYK0.09000.20
HSL180º14.75%76.08%-
HSV(B)180º8.87%79.61%-
XYZ52.1457.3464.82-
YUV197.62131.04119-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=31.30%
G=34.35%
B=34.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852032030.09000.2018014.7576.08
HexB9CBCB90014b4f4c
Octal27131331311002426417114
Binary101110011100101111001011100100101001011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBCB; }

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

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

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

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

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

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

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

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