#B1FBD9

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

Shades of Magic Mint #B1FBD9

Tints of Magic Mint #B1FBD9

Color information

#B1FBD9 (or 0xB1FBD9) is unknown color: approx Magic Mint. HEX triplet: B1, FB and D9. RGB value is (177,251,217). Sum of RGB (Red+Green+Blue) = 177+251+217=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBD9 is #4E0426. Grayscale: #E1E1E1. Windows color (decimal): -5112871 or 14285745. OLE color: 14285745.

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

Color convert

RGB177251217-
CMYK0.2900.140.02
HSL152.43º90.24%83.92%-
HSV(B)152.43º29.48%98.43%-
XYZ65.1583.3578.3-
YUV225123.4893.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.44%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 217 (85.16% from 255) = 33.64%
R=27.44%
G=38.91%
B=33.64%

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
Decimal1772512170.2900.140.02152.4390.2483.92
HexB1FBD91D0E2985a54
Octal261373331350162230132124
Binary1011000111111011110110011110101110101001100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBD9; }

 p { color: rgb(177,251,217); }

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

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

 a { background-color: rgb(177,251,217); }

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

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

 span { border-color: rgb(177,251,217); }

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