#B9FFD3

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

Shades of Magic Mint #B9FFD3

Tints of Magic Mint #B9FFD3

Color information

#B9FFD3 (or 0xB9FFD3) is unknown color: approx Magic Mint. HEX triplet: B9, FF and D3. RGB value is (185,255,211). Sum of RGB (Red+Green+Blue) = 185+255+211=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFD3 is #46002C. Grayscale: #E5E5E5. Windows color (decimal): -4587565 or 13893561. OLE color: 13893561.

HSL color Cylindrical-coordinate representation of color #B9FFD3: hue angle of 142.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFD3 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB185255211-
CMYK0.2700.170
HSL142.29º100%86.27%-
HSV(B)142.29º27.45%100%-
XYZ67.5386.5474.77-
YUV229.05117.8196.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.42%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 211 (82.81% from 255) = 32.41%
R=28.42%
G=39.17%
B=32.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552110.2700.170142.2910086.27
HexB9FFD31B01108e6456
Octal271377323330210216144126
Binary1011100111111111110100111101101000101000111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFD3; }

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

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

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

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

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

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

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

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