Html Css Color HEX #B1E1D9 Ice Cold

📋 copy color: '#B1E1D9'

red 177 ◦ green 225 ◦ blue 217

#B1E1D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #B1E1D9

Tints of Ice Cold #B1E1D9

RGB

 RED value IS 177 (69.53% from 255) = 28.59%

 GREEN value IS 225 (88.28% from 255) = 36.35%

 BLUE value IS 217 (85.16% from 255) = 35.06%

R = 28.59%
G = 36.35%
B = 35.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#B1E1D9 (or 0xB1E1D9) is known color: Ice Cold. HEX triplet: B1, E1 and D9. RGB value is (177,225,217). Sum of RGB (Red+Green+Blue) = 177+225+217=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1D9 is #4E1E26. Grayscale: #D1D1D1. Windows color (decimal): -5119527 or 14279089. OLE color: 14279089.

HSL color Cylindrical-coordinate representation of color #B1E1D9: hue angle of 170º degrees, saturation: 0.44, 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 #B1E1D9 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 225 217 -
CMYK 0.21 0 0.04 0.12
HSL 170º 0.44% 0.79% -
HSV(B) 170º 0.21% 0.88% -
XYZ 57.58 68.21 75.78 -
YUV 209.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 177 225 217 0.21 0 0.04 0.12 170 0.44 0.79
Hex B1 E1 D9 15 0 4 C AA 2C 4F
Octal 261 341 331 25 0 4 14 252 54 117
Binary 10110001 11100001 11011001 10101 0 100 1100 10101010 101100 1001111

Color Harmonies of #B1E1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E1D9

Black with #B1E1D9

Text Example


Text Example

White with #B1E1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E1D9; }

 p { color: rgb(177,225,217); }

 H1.HeaderClassName
 {
   color: #B1E1D9;
 }
 .AnyTagClassName
 {
   color: #B1E1D9;
 }
</style>

background-color css

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

 a { background-color: rgb(177,225,217); }

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

border-color css

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

 span { border-color: rgb(177,225,217); }

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