#B0EBD7

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

Shades of Ice Cold #B0EBD7

Tints of Ice Cold #B0EBD7

Color information

#B0EBD7 (or 0xB0EBD7) is unknown color: approx Ice Cold. HEX triplet: B0, EB and D7. RGB value is (176,235,215). Sum of RGB (Red+Green+Blue) = 176+235+215=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBD7 is #4F1428. Grayscale: #D7D7D7. Windows color (decimal): -5182505 or 14150576. OLE color: 14150576.

HSL color Cylindrical-coordinate representation of color #B0EBD7: hue angle of 159.66º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBD7 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB176235215-
CMYK0.2500.090.08
HSL159.66º59.6%80.59%-
HSV(B)159.66º25.11%92.16%-
XYZ59.8873.5575.33-
YUV215.08127.95100.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.12%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=28.12%
G=37.54%
B=34.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762352150.2500.090.08159.6659.680.59
HexB0EBD719098a03c51
Octal260353327310111024074121
Binary10110000111010111101011111001010011000101000001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBD7; }

 p { color: rgb(176,235,215); }

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

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

 a { background-color: rgb(176,235,215); }

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

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

 span { border-color: rgb(176,235,215); }

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