#B9FDDC

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

Shades of Magic Mint #B9FDDC

Tints of Magic Mint #B9FDDC

Color information

#B9FDDC (or 0xB9FDDC) is unknown color: approx Magic Mint. HEX triplet: B9, FD and DC. RGB value is (185,253,220). Sum of RGB (Red+Green+Blue) = 185+253+220=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDDC is #460223. Grayscale: #E4E4E4. Windows color (decimal): -4588068 or 14482873. OLE color: 14482873.

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

Color convert

RGB185253220-
CMYK0.2700.130.01
HSL150.88º94.44%85.88%-
HSV(B)150.88º26.88%99.22%-
XYZ68.0585.7380.67-
YUV228.91122.9796.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.12%
GREEN value IS 253 (99.22% from 255) = 38.45%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=28.12%
G=38.45%
B=33.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532200.2700.130.01150.8894.4485.88
HexB9FDDC1B0D1975e56
Octal271375334330151227136126
Binary101110011111110111011100110110110111001011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDDC; }

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

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

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

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

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

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

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

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