#B0E0D6

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

Shades of Ice Cold #B0E0D6

Tints of Ice Cold #B0E0D6

Color information

#B0E0D6 (or 0xB0E0D6) is unknown color: approx Ice Cold. HEX triplet: B0, E0 and D6. RGB value is (176,224,214). Sum of RGB (Red+Green+Blue) = 176+224+214=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0D6 is #4F1F29. Grayscale: #D0D0D0. Windows color (decimal): -5185322 or 14082224. OLE color: 14082224.

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

Color convert

RGB176224214-
CMYK0.2100.040.12
HSL167.5º43.64%78.43%-
HSV(B)167.5º21.43%87.84%-
XYZ56.767.473.64-
YUV208.51131.1104.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 224 (87.89% from 255) = 36.48%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=28.66%
G=36.48%
B=34.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762242140.2100.040.12167.543.6478.43
HexB0E0D61504Ca82c4e
Octal26034032625041425054116
Binary1011000011100000110101101010101001100101010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0D6; }

 p { color: rgb(176,224,214); }

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

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

 a { background-color: rgb(176,224,214); }

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

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

 span { border-color: rgb(176,224,214); }

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