#B9C6C9

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

Shades of Jungle Mist #B9C6C9

Tints of Jungle Mist #B9C6C9

Color information

#B9C6C9 (or 0xB9C6C9) is unknown color: approx Jungle Mist. HEX triplet: B9, C6 and C9. RGB value is (185,198,201). Sum of RGB (Red+Green+Blue) = 185+198+201=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9C6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C6C9 is #463936. Grayscale: #C2C2C2. Windows color (decimal): -4602167 or 13223609. OLE color: 13223609.

HSL color Cylindrical-coordinate representation of color #B9C6C9: hue angle of 191.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9C6C9 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185198201-
CMYK0.080.0100.21
HSL191.25º12.9%75.69%-
HSV(B)191.25º7.96%78.82%-
XYZ50.7454.9263.18-
YUV194.46131.69121.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 198 (77.73% from 255) = 33.90%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=31.68%
G=33.90%
B=34.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851982010.080.0100.21191.2512.975.69
HexB9C6C981015bfd4c
Octal27130631110102527715114
Binary101110011100011011001001100010101011011111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6C9; }

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

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

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

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

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

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

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

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