Html Css Color HEX #B1E5DE Ice Cold

📋 copy color: '#B1E5DE'

red 177 ◦ green 229 ◦ blue 222

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

Shades of Ice Cold #B1E5DE

Tints of Ice Cold #B1E5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.46%

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 28.18%
G = 36.46%
B = 35.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#B1E5DE (or 0xB1E5DE) is known color: Ice Cold. HEX triplet: B1, E5 and DE. RGB value is (177,229,222). Sum of RGB (Red+Green+Blue) = 177+229+222=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E5DE is #4E1A21. Grayscale: #D4D4D4. Windows color (decimal): -5118498 or 14607793. OLE color: 14607793.

HSL color Cylindrical-coordinate representation of color #B1E5DE: hue angle of 171.92º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E5DE is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 229 222 -
CMYK 0.23 0 0.03 0.10
HSL 171.92º 0.5% 0.8% -
HSV(B) 171.92º 0.23% 0.9% -
XYZ 59.34 70.66 79.62 -
YUV 212.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 177 229 222 0.23 0 0.03 0.10 171.92 0.5 0.8
Hex B1 E5 DE 17 0 3 A AC 32 50
Octal 261 345 336 27 0 3 12 254 62 120
Binary 10110001 11100101 11011110 10111 0 11 1010 10101100 110010 1010000

Color Harmonies of #B1E5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E5DE

Black with #B1E5DE

Text Example


Text Example

White with #B1E5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E5DE; }

 p { color: rgb(177,229,222); }

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

background-color css

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

 a { background-color: rgb(177,229,222); }

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

border-color css

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

 span { border-color: rgb(177,229,222); }

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