#B9FFD5

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

Shades of Magic Mint #B9FFD5

Tints of Magic Mint #B9FFD5

Color information

#B9FFD5 (or 0xB9FFD5) is unknown color: approx Magic Mint. HEX triplet: B9, FF and D5. RGB value is (185,255,213). Sum of RGB (Red+Green+Blue) = 185+255+213=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFD5 is #46002A. Grayscale: #E5E5E5. Windows color (decimal): -4587563 or 14024633. OLE color: 14024633.

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

Color convert

RGB185255213-
CMYK0.2700.160
HSL144º100%86.27%-
HSV(B)144º27.45%100%-
XYZ67.7886.6476.1-
YUV229.28118.8196.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.33%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=28.33%
G=39.05%
B=32.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552130.2700.16014410086.27
HexB9FFD51B0100906456
Octal271377325330200220144126
Binary1011100111111111110101011101101000001001000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFD5; }

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

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

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

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

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

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

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

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