#B1E2DA

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

Shades of Ice Cold #B1E2DA

Tints of Ice Cold #B1E2DA

Color information

#B1E2DA (or 0xB1E2DA) is unknown color: approx Ice Cold. HEX triplet: B1, E2 and DA. RGB value is (177,226,218). Sum of RGB (Red+Green+Blue) = 177+226+218=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2DA is #4E1D25. Grayscale: #D2D2D2. Windows color (decimal): -5119270 or 14344881. OLE color: 14344881.

HSL color Cylindrical-coordinate representation of color #B1E2DA: hue angle of 170.2º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E2DA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB177226218-
CMYK0.2200.040.11
HSL170.2º45.79%79.02%-
HSV(B)170.2º21.68%88.63%-
XYZ57.9868.876.55-
YUV210.44132.27104.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.50%
GREEN value IS 226 (88.67% from 255) = 36.39%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=28.50%
G=36.39%
B=35.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772262180.2200.040.11170.245.7979.02
HexB1E2DA1604Baa2e4f
Octal26134233226041325256117
Binary1011000111100010110110101011001001011101010101011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E2DA; }

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

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

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

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

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

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

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

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