#B0E7DA

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

Shades of Ice Cold #B0E7DA

Tints of Ice Cold #B0E7DA

Color information

#B0E7DA (or 0xB0E7DA) is unknown color: approx Ice Cold. HEX triplet: B0, E7 and DA. RGB value is (176,231,218). Sum of RGB (Red+Green+Blue) = 176+231+218=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E7DA is #4F1825. Grayscale: #D5D5D5. Windows color (decimal): -5183526 or 14346160. OLE color: 14346160.

HSL color Cylindrical-coordinate representation of color #B0E7DA: hue angle of 165.82º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E7DA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB176231218-
CMYK0.2400.060.09
HSL165.82º53.4%79.8%-
HSV(B)165.82º23.81%90.59%-
XYZ59.1471.4477-
YUV213.07130.78101.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.16%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=28.16%
G=36.96%
B=34.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762312180.2400.060.09165.8253.479.8
HexB0E7DA18069a63550
Octal26034733230061124665120
Binary1011000011100111110110101100001101001101001101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E7DA; }

 p { color: rgb(176,231,218); }

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

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

 a { background-color: rgb(176,231,218); }

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

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

 span { border-color: rgb(176,231,218); }

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