Html Css Color HEX #B9FED6 Magic Mint

📋 copy color: '#B9FED6'

red 185 ◦ green 254 ◦ blue 214

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

Shades of Magic Mint #B9FED6

Tints of Magic Mint #B9FED6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.9%

 BLUE value IS 214 (83.98% from 255) = 32.77%

R = 28.33%
G = 38.9%
B = 32.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#B9FED6 (or 0xB9FED6) is known color: Magic Mint. HEX triplet: B9, FE and D6. RGB value is (185,254,214). Sum of RGB (Red+Green+Blue) = 185+254+214=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FED6 is #460129. Grayscale: #E4E4E4. Windows color (decimal): -4587818 or 14089913. OLE color: 14089913.

HSL color Cylindrical-coordinate representation of color #B9FED6: hue angle of 145.22º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FED6 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 254 214 -
CMYK 0.27 0 0.16 0.00
HSL 145.22º 0.97% 0.86% -
HSV(B) 145.22º 0.27% 1% -
XYZ 67.59 86.05 76.67 -
YUV 228.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 185 254 214 0.27 0 0.16 0.00 145.22 0.97 0.86
Hex B9 FE D6 1B 0 10 0 91 61 56
Octal 271 376 326 33 0 20 0 221 141 126
Binary 10111001 11111110 11010110 11011 0 10000 0 10010001 1100001 1010110

Color Harmonies of #B9FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FED6

Black with #B9FED6

Text Example


Text Example

White with #B9FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FED6; }

 p { color: rgb(185,254,214); }

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

background-color css

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

 a { background-color: rgb(185,254,214); }

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

border-color css

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

 span { border-color: rgb(185,254,214); }

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