#B2CECE

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

Shades of Jungle Mist #B2CECE

Tints of Jungle Mist #B2CECE

Color information

#B2CECE (or 0xB2CECE) is unknown color: approx Jungle Mist. HEX triplet: B2, CE and CE. RGB value is (178,206,206). Sum of RGB (Red+Green+Blue) = 178+206+206=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B2CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CECE is #4D3131. Grayscale: #C5C5C5. Windows color (decimal): -5058866 or 13553330. OLE color: 13553330.

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

Color convert

RGB178206206-
CMYK0.14000.19
HSL180º22.22%75.29%-
HSV(B)180º13.59%80.78%-
XYZ51.5758.0666.88-
YUV197.63132.72114-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.17%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=30.17%
G=34.92%
B=34.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782062060.14000.1918022.2275.29
HexB2CECEE0013b4164b
Octal26231631616002326426113
Binary1011001011001110110011101110001001110110100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CECE; }

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

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

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

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

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

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

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

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