#B1E5DE

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

Shades of Ice Cold #B1E5DE

Tints of Ice Cold #B1E5DE

Color information

#B1E5DE (or 0xB1E5DE) is unknown color: approx Ice Cold. HEX triplet: B1, E5 and DE. RGB value is (177,229,222). Sum of RGB (Red+Green+Blue) = 177+229+222=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E5DE is #4E1A21. Grayscale: #D4D4D4. Windows color (decimal): -5118498 or 14607793. OLE color: 14607793.

HSL color Cylindrical-coordinate representation of color #B1E5DE: hue angle of 171.92º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E5DE is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB177229222-
CMYK0.2300.030.10
HSL171.92º50%79.61%-
HSV(B)171.92º22.71%89.8%-
XYZ59.3470.6679.62-
YUV212.65133.27102.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.18%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=28.18%
G=36.46%
B=35.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1772292220.2300.030.10171.925079.61
HexB1E5DE1703Aac3250
Octal26134533627031225462120
Binary101100011110010111011110101110111010101011001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E5DE; }

 p { color: rgb(177,229,222); }

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

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

 a { background-color: rgb(177,229,222); }

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

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

 span { border-color: rgb(177,229,222); }

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