Html Css Color HEX #B9FEDC Magic Mint

📋 copy color: '#B9FEDC'

red 185 ◦ green 254 ◦ blue 220

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

Shades of Magic Mint #B9FEDC

Tints of Magic Mint #B9FEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 28.07%
G = 38.54%
B = 33.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#B9FEDC (or 0xB9FEDC) is known color: Magic Mint. HEX triplet: B9, FE and DC. RGB value is (185,254,220). Sum of RGB (Red+Green+Blue) = 185+254+220=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEDC is #460123. Grayscale: #E5E5E5. Windows color (decimal): -4587812 or 14483129. OLE color: 14483129.

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

Color convert

RGB 185 254 220 -
CMYK 0.27 0 0.13 0.00
HSL 150.43º 0.97% 0.86% -
HSV(B) 150.43º 0.27% 1% -
XYZ 68.37 86.37 80.78 -
YUV 229.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 185 254 220 0.27 0 0.13 0.00 150.43 0.97 0.86
Hex B9 FE DC 1B 0 D 0 96 61 56
Octal 271 376 334 33 0 15 0 226 141 126
Binary 10111001 11111110 11011100 11011 0 1101 0 10010110 1100001 1010110

Color Harmonies of #B9FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FEDC

Black with #B9FEDC

Text Example


Text Example

White with #B9FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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