#B1FFD7

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

Shades of Magic Mint #B1FFD7

Tints of Magic Mint #B1FFD7

Color information

#B1FFD7 (or 0xB1FFD7) is unknown color: approx Magic Mint. HEX triplet: B1, FF and D7. RGB value is (177,255,215). Sum of RGB (Red+Green+Blue) = 177+255+215=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFD7 is #4E0028. Grayscale: #E3E3E3. Windows color (decimal): -5111849 or 14155697. OLE color: 14155697.

HSL color Cylindrical-coordinate representation of color #B1FFD7: hue angle of 149.23º 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 #B1FFD7 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB177255215-
CMYK0.3100.160
HSL149.23º100%84.71%-
HSV(B)149.23º30.59%100%-
XYZ66.1685.7777.36-
YUV227.12121.1692.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.36%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 215 (84.38% from 255) = 33.23%
R=27.36%
G=39.41%
B=33.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552150.3100.160149.2310084.71
HexB1FFD71F0100956455
Octal261377327370200225144125
Binary1011000111111111110101111111101000001001010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFD7; }

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

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

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

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

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

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

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

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