#B2CED1

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

Shades of Jungle Mist #B2CED1

Tints of Jungle Mist #B2CED1

Color information

#B2CED1 (or 0xB2CED1) is unknown color: approx Jungle Mist. HEX triplet: B2, CE and D1. RGB value is (178,206,209). Sum of RGB (Red+Green+Blue) = 178+206+209=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #B2CED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CED1 is #4D312E. Grayscale: #C5C5C5. Windows color (decimal): -5058863 or 13749938. OLE color: 13749938.

HSL color Cylindrical-coordinate representation of color #B2CED1: hue angle of 185.81º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2CED1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178206209-
CMYK0.150.0100.18
HSL185.81º25.2%75.88%-
HSV(B)185.81º14.83%81.96%-
XYZ51.9458.2168.82-
YUV197.97134.22113.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.02%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=30.02%
G=34.74%
B=35.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782062090.150.0100.18185.8125.275.88
HexB2CED1F1012ba194c
Octal26231632117102227231114
Binary1011001011001110110100011111101001010111010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CED1; }

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

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

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

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

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

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

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

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