Html Css Color HEX #B1E9D9 Ice Cold

📋 copy color: '#B1E9D9'

red 177 ◦ green 233 ◦ blue 217

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

Shades of Ice Cold #B1E9D9

Tints of Ice Cold #B1E9D9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.16%

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

R = 28.23%
G = 37.16%
B = 34.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#B1E9D9 (or 0xB1E9D9) is known color: Ice Cold. HEX triplet: B1, E9 and D9. RGB value is (177,233,217). Sum of RGB (Red+Green+Blue) = 177+233+217=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E9D9 is #4E1626. Grayscale: #D6D6D6. Windows color (decimal): -5117479 or 14281137. OLE color: 14281137.

HSL color Cylindrical-coordinate representation of color #B1E9D9: hue angle of 162.86º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E9D9 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 233 217 -
CMYK 0.24 0 0.07 0.09
HSL 162.86º 0.56% 0.8% -
HSV(B) 162.86º 0.24% 0.91% -
XYZ 59.79 72.63 76.51 -
YUV 214.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 177 233 217 0.24 0 0.07 0.09 162.86 0.56 0.8
Hex B1 E9 D9 18 0 7 9 A3 38 50
Octal 261 351 331 30 0 7 11 243 70 120
Binary 10110001 11101001 11011001 11000 0 111 1001 10100011 111000 1010000

Color Harmonies of #B1E9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E9D9

Black with #B1E9D9

Text Example


Text Example

White with #B1E9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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