#B1FAD7

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

Shades of Magic Mint #B1FAD7

Tints of Magic Mint #B1FAD7

Color information

#B1FAD7 (or 0xB1FAD7) is unknown color: approx Magic Mint. HEX triplet: B1, FA and D7. RGB value is (177,250,215). Sum of RGB (Red+Green+Blue) = 177+250+215=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAD7 is #4E0528. Grayscale: #E0E0E0. Windows color (decimal): -5113129 or 14154417. OLE color: 14154417.

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

Color convert

RGB177250215-
CMYK0.2900.140.02
HSL151.23º87.95%83.73%-
HSV(B)151.23º29.2%98.04%-
XYZ64.5882.6276.83-
YUV224.18122.8294.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.57%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=27.57%
G=38.94%
B=33.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772502150.2900.140.02151.2387.9583.73
HexB1FAD71D0E2975854
Octal261372327350162227130124
Binary1011000111111010110101111110101110101001011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAD7; }

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

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

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

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

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

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

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

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