Html Css Color HEX #B9FEDB Magic Mint

📋 copy color: '#B9FEDB'

red 185 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #B9FEDB

Tints of Magic Mint #B9FEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.28%

R = 28.12%
G = 38.6%
B = 33.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#B9FEDB (or 0xB9FEDB) is known color: Magic Mint. HEX triplet: B9, FE and DB. RGB value is (185,254,219). Sum of RGB (Red+Green+Blue) = 185+254+219=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEDB is #460124. Grayscale: #E5E5E5. Windows color (decimal): -4587813 or 14417593. OLE color: 14417593.

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

Color convert

RGB 185 254 219 -
CMYK 0.27 0 0.14 0.00
HSL 149.57º 0.97% 0.86% -
HSV(B) 149.57º 0.27% 1% -
XYZ 68.24 86.31 80.08 -
YUV 229.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 185 254 219 0.27 0 0.14 0.00 149.57 0.97 0.86
Hex B9 FE DB 1B 0 E 0 96 61 56
Octal 271 376 333 33 0 16 0 226 141 126
Binary 10111001 11111110 11011011 11011 0 1110 0 10010110 1100001 1010110

Color Harmonies of #B9FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FEDB

Black with #B9FEDB

Text Example


Text Example

White with #B9FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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