#B0E1DC

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

Shades of Ice Cold #B0E1DC

Tints of Ice Cold #B0E1DC

Color information

#B0E1DC (or 0xB0E1DC) is unknown color: approx Ice Cold. HEX triplet: B0, E1 and DC. RGB value is (176,225,220). Sum of RGB (Red+Green+Blue) = 176+225+220=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1DC is #4F1E23. Grayscale: #D1D1D1. Windows color (decimal): -5185060 or 14475696. OLE color: 14475696.

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

Color convert

RGB176225220-
CMYK0.2200.020.12
HSL173.88º44.95%78.63%-
HSV(B)173.88º21.78%88.24%-
XYZ57.7568.2577.84-
YUV209.78133.77103.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.34%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=28.34%
G=36.23%
B=35.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762252200.2200.020.12173.8844.9578.63
HexB0E1DC1602Cae2d4f
Octal26034133426021425655117
Binary101100001110000111011100101100101100101011101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E1DC; }

 p { color: rgb(176,225,220); }

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

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

 a { background-color: rgb(176,225,220); }

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

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

 span { border-color: rgb(176,225,220); }

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