#B4E0D8

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

Shades of Ice Cold #B4E0D8

Tints of Ice Cold #B4E0D8

Color information

#B4E0D8 (or 0xB4E0D8) is unknown color: approx Ice Cold. HEX triplet: B4, E0 and D8. RGB value is (180,224,216). Sum of RGB (Red+Green+Blue) = 180+224+216=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E0D8 is #4B1F27. Grayscale: #D1D1D1. Windows color (decimal): -4923176 or 14213300. OLE color: 14213300.

HSL color Cylindrical-coordinate representation of color #B4E0D8: hue angle of 169.09º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E0D8 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB180224216-
CMYK0.2000.040.12
HSL169.09º41.51%79.22%-
HSV(B)169.09º19.64%87.84%-
XYZ57.8767.9775.04-
YUV209.93131.42106.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.03%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 216 (84.77% from 255) = 34.84%
R=29.03%
G=36.13%
B=34.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802242160.2000.040.12169.0941.5179.22
HexB4E0D81404Ca92a4f
Octal26434033024041425152117
Binary1011010011100000110110001010001001100101010011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E0D8; }

 p { color: rgb(180,224,216); }

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

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

 a { background-color: rgb(180,224,216); }

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

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

 span { border-color: rgb(180,224,216); }

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