Html Css Color HEX #B1EAC8 Magic Mint

📋 copy color: '#B1EAC8'

red 177 ◦ green 234 ◦ blue 200

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

Shades of Magic Mint #B1EAC8

Tints of Magic Mint #B1EAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.73%

R = 28.97%
G = 38.3%
B = 32.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#B1EAC8 (or 0xB1EAC8) is known color: Magic Mint. HEX triplet: B1, EA and C8. RGB value is (177,234,200). Sum of RGB (Red+Green+Blue) = 177+234+200=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EAC8 is #4E1537. Grayscale: #D5D5D5. Windows color (decimal): -5117240 or 13167281. OLE color: 13167281.

HSL color Cylindrical-coordinate representation of color #B1EAC8: hue angle of 144.21º 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 #B1EAC8 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 234 200 -
CMYK 0.24 0 0.15 0.08
HSL 144.21º 0.58% 0.81% -
HSV(B) 144.21º 0.24% 0.92% -
XYZ 57.98 72.36 65.56 -
YUV 213.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 177 234 200 0.24 0 0.15 0.08 144.21 0.58 0.81
Hex B1 EA C8 18 0 F 8 90 3A 51
Octal 261 352 310 30 0 17 10 220 72 121
Binary 10110001 11101010 11001000 11000 0 1111 1000 10010000 111010 1010001

Color Harmonies of #B1EAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EAC8

Black with #B1EAC8

Text Example


Text Example

White with #B1EAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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