Html Css Color HEX #B1E5DC Ice Cold

📋 copy color: '#B1E5DC'

red 177 ◦ green 229 ◦ blue 220

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

Shades of Ice Cold #B1E5DC

Tints of Ice Cold #B1E5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 28.27%
G = 36.58%
B = 35.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#B1E5DC (or 0xB1E5DC) is known color: Ice Cold. HEX triplet: B1, E5 and DC. RGB value is (177,229,220). Sum of RGB (Red+Green+Blue) = 177+229+220=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E5DC is #4E1A23. Grayscale: #D4D4D4. Windows color (decimal): -5118500 or 14476721. OLE color: 14476721.

HSL color Cylindrical-coordinate representation of color #B1E5DC: hue angle of 169.62º 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 #B1E5DC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 229 220 -
CMYK 0.23 0 0.04 0.10
HSL 169.62º 0.5% 0.8% -
HSV(B) 169.62º 0.23% 0.9% -
XYZ 59.07 70.55 78.21 -
YUV 212.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 177 229 220 0.23 0 0.04 0.10 169.62 0.5 0.8
Hex B1 E5 DC 17 0 4 A AA 32 50
Octal 261 345 334 27 0 4 12 252 62 120
Binary 10110001 11100101 11011100 10111 0 100 1010 10101010 110010 1010000

Color Harmonies of #B1E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E5DC

Black with #B1E5DC

Text Example


Text Example

White with #B1E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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