Html Css Color HEX #B1FEDD Magic Mint

📋 copy color: '#B1FEDD'

red 177 ◦ green 254 ◦ blue 221

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

Shades of Magic Mint #B1FEDD

Tints of Magic Mint #B1FEDD

RGB

 RED value IS 177 (69.53% from 255) = 27.15%

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

 BLUE value IS 221 (86.72% from 255) = 33.9%

R = 27.15%
G = 38.96%
B = 33.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#B1FEDD (or 0xB1FEDD) is known color: Magic Mint. HEX triplet: B1, FE and DD. RGB value is (177,254,221). Sum of RGB (Red+Green+Blue) = 177+254+221=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEDD is #4E0122. Grayscale: #E3E3E3. Windows color (decimal): -5112099 or 14548657. OLE color: 14548657.

HSL color Cylindrical-coordinate representation of color #B1FEDD: hue angle of 154.29º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEDD is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 221 -
CMYK 0.30 0 0.13 0.00
HSL 154.29º 0.97% 0.85% -
HSV(B) 154.29º 0.3% 1% -
XYZ 66.62 85.45 81.39 -
YUV 227.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 177 254 221 0.30 0 0.13 0.00 154.29 0.97 0.85
Hex B1 FE DD 1E 0 D 0 9A 61 55
Octal 261 376 335 36 0 15 0 232 141 125
Binary 10110001 11111110 11011101 11110 0 1101 0 10011010 1100001 1010101

Color Harmonies of #B1FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEDD

Black with #B1FEDD

Text Example


Text Example

White with #B1FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEDD; }

 p { color: rgb(177,254,221); }

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

background-color css

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

 a { background-color: rgb(177,254,221); }

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

border-color css

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

 span { border-color: rgb(177,254,221); }

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