#B9C0BF

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

Shades of Jungle Mist #B9C0BF

Tints of Jungle Mist #B9C0BF

Color information

#B9C0BF (or 0xB9C0BF) is unknown color: approx Jungle Mist. HEX triplet: B9, C0 and BF. RGB value is (185,192,191). Sum of RGB (Red+Green+Blue) = 185+192+191=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0BF is #463F40. Grayscale: #BDBDBD. Windows color (decimal): -4603713 or 12566713. OLE color: 12566713.

HSL color Cylindrical-coordinate representation of color #B9C0BF: hue angle of 171.43º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9C0BF is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB185192191-
CMYK0.0400.010.25
HSL171.43º5.26%73.92%-
HSV(B)171.43º3.65%75.29%-
XYZ48.2651.7856.74-
YUV189.79128.68124.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 191 (75% from 255) = 33.63%
R=32.57%
G=33.80%
B=33.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921910.0400.010.25171.435.2673.92
HexB9C0BF40119ab54a
Octal271300277401312535112
Binary1011100111000000101111111000111001101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C0BF; }

 p { color: rgb(185,192,191); }

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

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

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

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

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

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

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