Html Css Color HEX #B9FFDF Magic Mint

📋 copy color: '#B9FFDF'

red 185 ◦ green 255 ◦ blue 223

#B9FFDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #B9FFDF

Tints of Magic Mint #B9FFDF

RGB

 RED value IS 185 (72.66% from 255) = 27.9%

 GREEN value IS 255 (100% from 255) = 38.46%

 BLUE value IS 223 (87.5% from 255) = 33.63%

R = 27.9%
G = 38.46%
B = 33.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#B9FFDF (or 0xB9FFDF) is known color: Magic Mint. HEX triplet: B9, FF and DF. RGB value is (185,255,223). Sum of RGB (Red+Green+Blue) = 185+255+223=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFDF is #460020. Grayscale: #E6E6E6. Windows color (decimal): -4587553 or 14679993. OLE color: 14679993.

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

Color convert

RGB 185 255 223 -
CMYK 0.27 0 0.13 0
HSL 152.57º 1% 0.86% -
HSV(B) 152.57º 0.27% 1% -
XYZ 69.09 87.16 82.99 -
YUV 230.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 185 255 223 0.27 0 0.13 0 152.57 1 0.86
Hex B9 FF DF 1B 0 D 0 99 64 56
Octal 271 377 337 33 0 15 0 231 144 126
Binary 10111001 11111111 11011111 11011 0 1101 0 10011001 1100100 1010110

Color Harmonies of #B9FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FFDF

Black with #B9FFDF

Text Example


Text Example

White with #B9FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FFDF; }

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

 H1.HeaderClassName
 {
   color: #B9FFDF;
 }
 .AnyTagClassName
 {
   color: #B9FFDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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