#B1FACA

Color #B1FACA Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B1FACA

Tints of Magic Mint #B1FACA

Color information

#B1FACA (or 0xB1FACA) is unknown color: approx Magic Mint. HEX triplet: B1, FA and CA. RGB value is (177,250,202). Sum of RGB (Red+Green+Blue) = 177+250+202=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FACA is #4E0535. Grayscale: #DEDEDE. Windows color (decimal): -5113142 or 13302449. OLE color: 13302449.

HSL color Cylindrical-coordinate representation of color #B1FACA: hue angle of 140.55º 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 #B1FACA is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB177250202-
CMYK0.2900.190.02
HSL140.55º87.95%83.73%-
HSV(B)140.55º29.2%98.04%-
XYZ62.9881.9868.38-
YUV222.7116.3295.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.14%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=28.14%
G=39.75%
B=32.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772502020.2900.190.02140.5587.9583.73
HexB1FACA1D01328d5854
Octal261372312350232215130124
Binary10110001111110101100101011101010011101000110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FACA; }

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

 H1.HeaderClassName
 {
   color: #B1FACA;
 }
 .AnyTagClassName
 {
   color: #B1FACA;
 }
</style>
background-color css

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

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

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

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

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

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