Html Css Color HEX #B1FEC9 Magic Mint

📋 copy color: '#B1FEC9'

red 177 ◦ green 254 ◦ blue 201

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

Shades of Magic Mint #B1FEC9

Tints of Magic Mint #B1FEC9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.19%

 BLUE value IS 201 (78.91% from 255) = 31.8%

R = 28.01%
G = 40.19%
B = 31.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#B1FEC9 (or 0xB1FEC9) is known color: Magic Mint. HEX triplet: B1, FE and C9. RGB value is (177,254,201). Sum of RGB (Red+Green+Blue) = 177+254+201=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEC9 is #4E0136. Grayscale: #E1E1E1. Windows color (decimal): -5112119 or 13237937. OLE color: 13237937.

HSL color Cylindrical-coordinate representation of color #B1FEC9: hue angle of 138.7º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEC9 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 201 -
CMYK 0.30 0 0.21 0.00
HSL 138.7º 0.97% 0.85% -
HSV(B) 138.7º 0.3% 1% -
XYZ 64.12 84.45 68.18 -
YUV 224.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 177 254 201 0.30 0 0.21 0.00 138.7 0.97 0.85
Hex B1 FE C9 1E 0 15 0 8B 61 55
Octal 261 376 311 36 0 25 0 213 141 125
Binary 10110001 11111110 11001001 11110 0 10101 0 10001011 1100001 1010101

Color Harmonies of #B1FEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEC9

Black with #B1FEC9

Text Example


Text Example

White with #B1FEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEC9; }

 p { color: rgb(177,254,201); }

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

background-color css

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

 a { background-color: rgb(177,254,201); }

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

border-color css

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

 span { border-color: rgb(177,254,201); }

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