#B9C7CA

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

Shades of Jungle Mist #B9C7CA

Tints of Jungle Mist #B9C7CA

Color information

#B9C7CA (or 0xB9C7CA) is unknown color: approx Jungle Mist. HEX triplet: B9, C7 and CA. RGB value is (185,199,202). Sum of RGB (Red+Green+Blue) = 185+199+202=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9C7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C7CA is #463835. Grayscale: #C3C3C3. Windows color (decimal): -4601910 or 13289401. OLE color: 13289401.

HSL color Cylindrical-coordinate representation of color #B9C7CA: hue angle of 190.59º degrees, saturation: 0.14, 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 #B9C7CA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185199202-
CMYK0.080.0100.21
HSL190.59º13.82%75.88%-
HSV(B)190.59º8.42%79.22%-
XYZ51.0955.4363.88-
YUV195.16131.86120.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=31.57%
G=33.96%
B=34.47%

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
Decimal1851992020.080.0100.21190.5913.8275.88
HexB9C7CA81015bfe4c
Octal27130731210102527716114
Binary101110011100011111001010100010101011011111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C7CA; }

 p { color: rgb(185,199,202); }

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

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

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

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

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

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

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