#B9FFDC

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

Shades of Magic Mint #B9FFDC

Tints of Magic Mint #B9FFDC

Color information

#B9FFDC (or 0xB9FFDC) is unknown color: approx Magic Mint. HEX triplet: B9, FF and DC. RGB value is (185,255,220). Sum of RGB (Red+Green+Blue) = 185+255+220=660 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.03% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFDC is #460023. Grayscale: #E6E6E6. Windows color (decimal): -4587556 or 14483385. OLE color: 14483385.

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

Color convert

RGB185255220-
CMYK0.2700.140
HSL150º100%86.27%-
HSV(B)150º27.45%100%-
XYZ68.698780.88-
YUV230.08122.3195.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.03%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=28.03%
G=38.64%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552200.2700.14015010086.27
HexB9FFDC1B0E0966456
Octal271377334330160226144126
Binary101110011111111111011100110110111001001011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFDC; }

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

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

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

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

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

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

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

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