#B9CBCF

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

Shades of Jungle Mist #B9CBCF

Tints of Jungle Mist #B9CBCF

Color information

#B9CBCF (or 0xB9CBCF) is unknown color: approx Jungle Mist. HEX triplet: B9, CB and CF. RGB value is (185,203,207). Sum of RGB (Red+Green+Blue) = 185+203+207=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBCF is #463430. Grayscale: #C6C6C6. Windows color (decimal): -4600881 or 13618105. OLE color: 13618105.

HSL color Cylindrical-coordinate representation of color #B9CBCF: hue angle of 190.91º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CBCF is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185203207-
CMYK0.110.0200.19
HSL190.91º18.64%76.86%-
HSV(B)190.91º10.63%81.18%-
XYZ52.6357.5367.36-
YUV198.07133.04118.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=31.09%
G=34.12%
B=34.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852032070.110.0200.19190.9118.6476.86
HexB9CBCFB2013bf134d
Octal27131331713202327723115
Binary10111001110010111100111110111001001110111111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBCF; }

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

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

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

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

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

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

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

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