Html Css Color HEX #B1EACE Magic Mint

📋 copy color: '#B1EACE'

red 177 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #B1EACE

Tints of Magic Mint #B1EACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.93%

 BLUE value IS 206 (80.86% from 255) = 33.39%

R = 28.69%
G = 37.93%
B = 33.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#B1EACE (or 0xB1EACE) is known color: Magic Mint. HEX triplet: B1, EA and CE. RGB value is (177,234,206). Sum of RGB (Red+Green+Blue) = 177+234+206=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EACE is #4E1531. Grayscale: #D5D5D5. Windows color (decimal): -5117234 or 13560497. OLE color: 13560497.

HSL color Cylindrical-coordinate representation of color #B1EACE: hue angle of 150.53º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1EACE is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 234 206 -
CMYK 0.24 0 0.12 0.08
HSL 150.53º 0.58% 0.81% -
HSV(B) 150.53º 0.24% 0.92% -
XYZ 58.69 72.65 69.32 -
YUV 213.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 177 234 206 0.24 0 0.12 0.08 150.53 0.58 0.81
Hex B1 EA CE 18 0 C 8 97 3A 51
Octal 261 352 316 30 0 14 10 227 72 121
Binary 10110001 11101010 11001110 11000 0 1100 1000 10010111 111010 1010001

Color Harmonies of #B1EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EACE

Black with #B1EACE

Text Example


Text Example

White with #B1EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EACE; }

 p { color: rgb(177,234,206); }

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

background-color css

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

 a { background-color: rgb(177,234,206); }

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

border-color css

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

 span { border-color: rgb(177,234,206); }

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