Html Css Color HEX #B1FEC8 Magic Mint

📋 copy color: '#B1FEC8'

red 177 ◦ green 254 ◦ blue 200

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

Shades of Magic Mint #B1FEC8

Tints of Magic Mint #B1FEC8

RGB

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

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

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

R = 28.05%
G = 40.25%
B = 31.7%

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

#B1FEC8 (or 0xB1FEC8) is known color: Magic Mint. HEX triplet: B1, FE and C8. RGB value is (177,254,200). Sum of RGB (Red+Green+Blue) = 177+254+200=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEC8 is #4E0137. Grayscale: #E0E0E0. Windows color (decimal): -5112120 or 13172401. OLE color: 13172401.

HSL color Cylindrical-coordinate representation of color #B1FEC8: hue angle of 137.92º 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 #B1FEC8 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 200 -
CMYK 0.30 0 0.21 0.00
HSL 137.92º 0.97% 0.85% -
HSV(B) 137.92º 0.3% 1% -
XYZ 64 84.4 67.56 -
YUV 224.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 177 254 200 0.30 0 0.21 0.00 137.92 0.97 0.85
Hex B1 FE C8 1E 0 15 0 8A 61 55
Octal 261 376 310 36 0 25 0 212 141 125
Binary 10110001 11111110 11001000 11110 0 10101 0 10001010 1100001 1010101

Color Harmonies of #B1FEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEC8

Black with #B1FEC8

Text Example


Text Example

White with #B1FEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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