#B9C9CD

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

Shades of Jungle Mist #B9C9CD

Tints of Jungle Mist #B9C9CD

Color information

#B9C9CD (or 0xB9C9CD) is unknown color: approx Jungle Mist. HEX triplet: B9, C9 and CD. RGB value is (185,201,205). Sum of RGB (Red+Green+Blue) = 185+201+205=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9CD is #463632. Grayscale: #C4C4C4. Windows color (decimal): -4601395 or 13486521. OLE color: 13486521.

HSL color Cylindrical-coordinate representation of color #B9C9CD: hue angle of 192º 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 #B9C9CD is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185201205-
CMYK0.100.0200.20
HSL192º16.67%76.47%-
HSV(B)192º9.76%80.39%-
XYZ51.9156.565.93-
YUV196.67132.7119.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 201 (78.91% from 255) = 34.01%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=31.30%
G=34.01%
B=34.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852012050.100.0200.2019216.6776.47
HexB9C9CDA2014c0114c
Octal27131131512202430021114
Binary10111001110010011100110110101001010011000000100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C9CD; }

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

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

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

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

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

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

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

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