#B9FFDE

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

Shades of Magic Mint #B9FFDE

Tints of Magic Mint #B9FFDE

Color information

#B9FFDE (or 0xB9FFDE) is unknown color: approx Magic Mint. HEX triplet: B9, FF and DE. RGB value is (185,255,222). Sum of RGB (Red+Green+Blue) = 185+255+222=662 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.95% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFDE is #460021. Grayscale: #E6E6E6. Windows color (decimal): -4587554 or 14614457. OLE color: 14614457.

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

Color convert

RGB185255222-
CMYK0.2700.130
HSL151.71º100%86.27%-
HSV(B)151.71º27.45%100%-
XYZ68.9587.1182.29-
YUV230.31123.3195.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.95%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=27.95%
G=38.52%
B=33.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552220.2700.130151.7110086.27
HexB9FFDE1B0D0986456
Octal271377336330150230144126
Binary101110011111111111011110110110110101001100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFDE; }

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

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

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

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

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

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

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

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