#B7CCC9

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

Shades of Jungle Mist #B7CCC9

Tints of Jungle Mist #B7CCC9

Color information

#B7CCC9 (or 0xB7CCC9) is unknown color: approx Jungle Mist. HEX triplet: B7, CC and C9. RGB value is (183,204,201). Sum of RGB (Red+Green+Blue) = 183+204+201=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCC9 is #483336. Grayscale: #C5C5C5. Windows color (decimal): -4731703 or 13225143. OLE color: 13225143.

HSL color Cylindrical-coordinate representation of color #B7CCC9: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CCC9 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB183204201-
CMYK0.1000.010.2
HSL171.43º17.07%75.88%-
HSV(B)171.43º10.29%80%-
XYZ51.6657.4763.63-
YUV197.38130.04117.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.12%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=31.12%
G=34.69%
B=34.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832042010.1000.010.2171.4317.0775.88
HexB7CCC9A0114ab114c
Octal26731431112012425321114
Binary1011011111001100110010011010011010010101011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCC9; }

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

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

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

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

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

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

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

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