#B6E2DE

Color #B6E2DE Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #B6E2DE

Tints of Ice Cold #B6E2DE

Color information

#B6E2DE (or 0xB6E2DE) is unknown color: approx Ice Cold. HEX triplet: B6, E2 and DE. RGB value is (182,226,222). Sum of RGB (Red+Green+Blue) = 182+226+222=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #B6E2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E2DE is #491D21. Grayscale: #D4D4D4. Windows color (decimal): -4791586 or 14607030. OLE color: 14607030.

HSL color Cylindrical-coordinate representation of color #B6E2DE: hue angle of 174.55º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E2DE is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB182226222-
CMYK0.1900.020.11
HSL174.55º43.14%80%-
HSV(B)174.55º19.47%88.63%-
XYZ59.6769.6179.4-
YUV212.39133.42106.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.89%
GREEN value IS 226 (88.67% from 255) = 35.87%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=28.89%
G=35.87%
B=35.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1822262220.1900.020.11174.5543.1480
HexB6E2DE1302Baf2b50
Octal26634233623021325753120
Binary101101101110001011011110100110101011101011111010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E2DE; }

 p { color: rgb(182,226,222); }

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

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

 a { background-color: rgb(182,226,222); }

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

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

 span { border-color: rgb(182,226,222); }

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