Html Css Color HEX #B1FECA Magic Mint

📋 copy color: '#B1FECA'

red 177 ◦ green 254 ◦ blue 202

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

Shades of Magic Mint #B1FECA

Tints of Magic Mint #B1FECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.91%

R = 27.96%
G = 40.13%
B = 31.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#B1FECA (or 0xB1FECA) is known color: Magic Mint. HEX triplet: B1, FE and CA. RGB value is (177,254,202). Sum of RGB (Red+Green+Blue) = 177+254+202=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FECA is #4E0135. Grayscale: #E1E1E1. Windows color (decimal): -5112118 or 13303473. OLE color: 13303473.

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

Color convert

RGB 177 254 202 -
CMYK 0.30 0 0.20 0.00
HSL 139.48º 0.97% 0.85% -
HSV(B) 139.48º 0.3% 1% -
XYZ 64.23 84.5 68.8 -
YUV 225.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 177 254 202 0.30 0 0.20 0.00 139.48 0.97 0.85
Hex B1 FE CA 1E 0 14 0 8B 61 55
Octal 261 376 312 36 0 24 0 213 141 125
Binary 10110001 11111110 11001010 11110 0 10100 0 10001011 1100001 1010101

Color Harmonies of #B1FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FECA

Black with #B1FECA

Text Example


Text Example

White with #B1FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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