#B2C9CC

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

Shades of Jungle Mist #B2C9CC

Tints of Jungle Mist #B2C9CC

Color information

#B2C9CC (or 0xB2C9CC) is unknown color: approx Jungle Mist. HEX triplet: B2, C9 and CC. RGB value is (178,201,204). Sum of RGB (Red+Green+Blue) = 178+201+204=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2C9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C9CC is #4D3633. Grayscale: #C2C2C2. Windows color (decimal): -5060148 or 13420978. OLE color: 13420978.

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

Color convert

RGB178201204-
CMYK0.130.0100.2
HSL186.92º20.31%74.9%-
HSV(B)186.92º12.75%80%-
XYZ50.1555.665.22-
YUV194.46133.38116.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.53%
GREEN value IS 201 (78.91% from 255) = 34.48%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=30.53%
G=34.48%
B=34.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782012040.130.0100.2186.9220.3174.9
HexB2C9CCD1014bb144b
Octal26231131415102427324113
Binary1011001011001001110011001101101010010111011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C9CC; }

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

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

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

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

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

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

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

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