#B1E0D7

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

Shades of Ice Cold #B1E0D7

Tints of Ice Cold #B1E0D7

Color information

#B1E0D7 (or 0xB1E0D7) is unknown color: approx Ice Cold. HEX triplet: B1, E0 and D7. RGB value is (177,224,215). Sum of RGB (Red+Green+Blue) = 177+224+215=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E0D7 is #4E1F28. Grayscale: #D0D0D0. Windows color (decimal): -5119785 or 14147761. OLE color: 14147761.

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

Color convert

RGB177224215-
CMYK0.2100.040.12
HSL168.51º43.12%78.63%-
HSV(B)168.51º20.98%87.84%-
XYZ57.0567.5674.32-
YUV208.92131.43105.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.73%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=28.73%
G=36.36%
B=34.90%

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
Decimal1772242150.2100.040.12168.5143.1278.63
HexB1E0D71504Ca92b4f
Octal26134032725041425153117
Binary1011000111100000110101111010101001100101010011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E0D7; }

 p { color: rgb(177,224,215); }

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

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

 a { background-color: rgb(177,224,215); }

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

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

 span { border-color: rgb(177,224,215); }

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