#B1FFD3

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

Shades of Magic Mint #B1FFD3

Tints of Magic Mint #B1FFD3

Color information

#B1FFD3 (or 0xB1FFD3) is unknown color: approx Magic Mint. HEX triplet: B1, FF and D3. RGB value is (177,255,211). Sum of RGB (Red+Green+Blue) = 177+255+211=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFD3 is #4E002C. Grayscale: #E2E2E2. Windows color (decimal): -5111853 or 13893553. OLE color: 13893553.

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

Color convert

RGB177255211-
CMYK0.3100.170
HSL146.15º100%84.71%-
HSV(B)146.15º30.59%100%-
XYZ65.6585.5774.68-
YUV226.66119.1692.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.53%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 211 (82.81% from 255) = 32.81%
R=27.53%
G=39.66%
B=32.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552110.3100.170146.1510084.71
HexB1FFD31F0110926455
Octal261377323370210222144125
Binary1011000111111111110100111111101000101001001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFD3; }

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

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

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

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

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

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

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

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