#B2CECC

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

Shades of Jungle Mist #B2CECC

Tints of Jungle Mist #B2CECC

Color information

#B2CECC (or 0xB2CECC) is unknown color: approx Jungle Mist. HEX triplet: B2, CE and CC. RGB value is (178,206,204). Sum of RGB (Red+Green+Blue) = 178+206+204=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CECC is #4D3133. Grayscale: #C5C5C5. Windows color (decimal): -5058868 or 13422258. OLE color: 13422258.

HSL color Cylindrical-coordinate representation of color #B2CECC: hue angle of 175.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CECC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB178206204-
CMYK0.1400.010.19
HSL175.71º22.22%75.29%-
HSV(B)175.71º13.59%80.78%-
XYZ51.3357.9765.61-
YUV197.4131.72114.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.27%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=30.27%
G=35.03%
B=34.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782062040.1400.010.19175.7122.2275.29
HexB2CECCE0113b0164b
Octal26231631416012326026113
Binary1011001011001110110011001110011001110110000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CECC; }

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

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

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

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

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

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

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

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