#B1E0DC

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

Shades of Ice Cold #B1E0DC

Tints of Ice Cold #B1E0DC

Color information

#B1E0DC (or 0xB1E0DC) is unknown color: approx Ice Cold. HEX triplet: B1, E0 and DC. RGB value is (177,224,220). Sum of RGB (Red+Green+Blue) = 177+224+220=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E0DC is #4E1F23. Grayscale: #D1D1D1. Windows color (decimal): -5119780 or 14475441. OLE color: 14475441.

HSL color Cylindrical-coordinate representation of color #B1E0DC: hue angle of 174.89º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1E0DC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB177224220-
CMYK0.2100.020.12
HSL174.89º43.12%78.63%-
HSV(B)174.89º20.98%87.84%-
XYZ57.7167.8377.76-
YUV209.49133.93104.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.50%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=28.50%
G=36.07%
B=35.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772242200.2100.020.12174.8943.1278.63
HexB1E0DC1502Caf2b4f
Octal26134033425021425753117
Binary101100011110000011011100101010101100101011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E0DC; }

 p { color: rgb(177,224,220); }

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

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

 a { background-color: rgb(177,224,220); }

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

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

 span { border-color: rgb(177,224,220); }

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