#B6E2DA

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

Shades of Ice Cold #B6E2DA

Tints of Ice Cold #B6E2DA

Color information

#B6E2DA (or 0xB6E2DA) is unknown color: approx Ice Cold. HEX triplet: B6, E2 and DA. RGB value is (182,226,218). Sum of RGB (Red+Green+Blue) = 182+226+218=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 226 - color contains mainly: green. Hex color #B6E2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E2DA is #491D25. Grayscale: #D3D3D3. Windows color (decimal): -4791590 or 14344886. OLE color: 14344886.

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

Color convert

RGB182226218-
CMYK0.1900.040.11
HSL169.09º43.14%80%-
HSV(B)169.09º19.47%88.63%-
XYZ59.1469.476.61-
YUV211.93131.42106.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.07%
GREEN value IS 226 (88.67% from 255) = 36.10%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=29.07%
G=36.10%
B=34.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1822262180.1900.040.11169.0943.1480
HexB6E2DA1304Ba92b50
Octal26634233223041325153120
Binary1011011011100010110110101001101001011101010011010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E2DA; }

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

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

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

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

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

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

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

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