#B1FFC7

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

Shades of Magic Mint #B1FFC7

Tints of Magic Mint #B1FFC7

Color information

#B1FFC7 (or 0xB1FFC7) is unknown color: approx Magic Mint. HEX triplet: B1, FF and C7. RGB value is (177,255,199). Sum of RGB (Red+Green+Blue) = 177+255+199=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFC7 is #4E0038. Grayscale: #E1E1E1. Windows color (decimal): -5111865 or 13107121. OLE color: 13107121.

HSL color Cylindrical-coordinate representation of color #B1FFC7: hue angle of 136.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFC7 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB177255199-
CMYK0.3100.220
HSL136.92º100%84.71%-
HSV(B)136.92º30.59%100%-
XYZ64.284.9967.05-
YUV225.29113.1693.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.05%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 199 (78.12% from 255) = 31.54%
R=28.05%
G=40.41%
B=31.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551990.3100.220136.9210084.71
HexB1FFC71F0160896455
Octal261377307370260211144125
Binary1011000111111111110001111111101011001000100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFC7; }

 p { color: rgb(177,255,199); }

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

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

 a { background-color: rgb(177,255,199); }

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

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

 span { border-color: rgb(177,255,199); }

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