#B7C9CD

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

Shades of Jungle Mist #B7C9CD

Tints of Jungle Mist #B7C9CD

Color information

#B7C9CD (or 0xB7C9CD) is unknown color: approx Jungle Mist. HEX triplet: B7, C9 and CD. RGB value is (183,201,205). Sum of RGB (Red+Green+Blue) = 183+201+205=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9CD is #483632. Grayscale: #C4C4C4. Windows color (decimal): -4732467 or 13486519. OLE color: 13486519.

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

Color convert

RGB183201205-
CMYK0.110.0200.20
HSL190.91º18.03%76.08%-
HSV(B)190.91º10.73%80.39%-
XYZ51.4356.2565.9-
YUV196.07133.04118.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.07%
GREEN value IS 201 (78.91% from 255) = 34.13%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=31.07%
G=34.13%
B=34.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832012050.110.0200.20190.9118.0376.08
HexB7C9CDB2014bf124c
Octal26731131513202427722114
Binary10110111110010011100110110111001010010111111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C9CD; }

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

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

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

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

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

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

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

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