Html Css Color HEX #B1FAC9 Magic Mint

📋 copy color: '#B1FAC9'

red 177 ◦ green 250 ◦ blue 201

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

Shades of Magic Mint #B1FAC9

Tints of Magic Mint #B1FAC9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.81%

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

R = 28.18%
G = 39.81%
B = 32.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#B1FAC9 (or 0xB1FAC9) is known color: Magic Mint. HEX triplet: B1, FA and C9. RGB value is (177,250,201). Sum of RGB (Red+Green+Blue) = 177+250+201=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAC9 is #4E0536. Grayscale: #DEDEDE. Windows color (decimal): -5113143 or 13236913. OLE color: 13236913.

HSL color Cylindrical-coordinate representation of color #B1FAC9: hue angle of 139.73º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FAC9 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 201 -
CMYK 0.29 0 0.20 0.02
HSL 139.73º 0.88% 0.84% -
HSV(B) 139.73º 0.29% 0.98% -
XYZ 62.86 81.94 67.76 -
YUV 222.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 177 250 201 0.29 0 0.20 0.02 139.73 0.88 0.84
Hex B1 FA C9 1D 0 14 2 8C 58 54
Octal 261 372 311 35 0 24 2 214 130 124
Binary 10110001 11111010 11001001 11101 0 10100 10 10001100 1011000 1010100

Color Harmonies of #B1FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FAC9

Black with #B1FAC9

Text Example


Text Example

White with #B1FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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