#B2CECD

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

Shades of Jungle Mist #B2CECD

Tints of Jungle Mist #B2CECD

Color information

#B2CECD (or 0xB2CECD) is unknown color: approx Jungle Mist. HEX triplet: B2, CE and CD. RGB value is (178,206,205). Sum of RGB (Red+Green+Blue) = 178+206+205=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CECD is #4D3132. Grayscale: #C5C5C5. Windows color (decimal): -5058867 or 13487794. OLE color: 13487794.

HSL color Cylindrical-coordinate representation of color #B2CECD: hue angle of 177.86º 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 #B2CECD is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB178206205-
CMYK0.1400.000.19
HSL177.86º22.22%75.29%-
HSV(B)177.86º13.59%80.78%-
XYZ51.4558.0266.24-
YUV197.51132.22114.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=30.22%
G=34.97%
B=34.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782062050.1400.000.19177.8622.2275.29
HexB2CECDE0013b2164b
Octal26231631516002326226113
Binary1011001011001110110011011110001001110110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CECD; }

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

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

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

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

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

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

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

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