#B1FAD8

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

Shades of Magic Mint #B1FAD8

Tints of Magic Mint #B1FAD8

Color information

#B1FAD8 (or 0xB1FAD8) is unknown color: approx Magic Mint. HEX triplet: B1, FA and D8. RGB value is (177,250,216). Sum of RGB (Red+Green+Blue) = 177+250+216=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAD8 is #4E0527. Grayscale: #E0E0E0. Windows color (decimal): -5113128 or 14219953. OLE color: 14219953.

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

Color convert

RGB177250216-
CMYK0.2900.140.02
HSL152.05º87.95%83.73%-
HSV(B)152.05º29.2%98.04%-
XYZ64.7182.6877.51-
YUV224.3123.3294.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.53%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=27.53%
G=38.88%
B=33.59%

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
Decimal1772502160.2900.140.02152.0587.9583.73
HexB1FAD81D0E2985854
Octal261372330350162230130124
Binary1011000111111010110110001110101110101001100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAD8; }

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

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

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

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

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

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

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

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