Html Css Color HEX #B1FEDE Magic Mint

📋 copy color: '#B1FEDE'

red 177 ◦ green 254 ◦ blue 222

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

Shades of Magic Mint #B1FEDE

Tints of Magic Mint #B1FEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34%

R = 27.11%
G = 38.9%
B = 34%

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

#B1FEDE (or 0xB1FEDE) is known color: Magic Mint. HEX triplet: B1, FE and DE. RGB value is (177,254,222). Sum of RGB (Red+Green+Blue) = 177+254+222=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEDE is #4E0121. Grayscale: #E3E3E3. Windows color (decimal): -5112098 or 14614193. OLE color: 14614193.

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

Color convert

RGB 177 254 222 -
CMYK 0.30 0 0.13 0.00
HSL 155.06º 0.97% 0.85% -
HSV(B) 155.06º 0.3% 1% -
XYZ 66.76 85.5 82.09 -
YUV 227.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 177 254 222 0.30 0 0.13 0.00 155.06 0.97 0.85
Hex B1 FE DE 1E 0 D 0 9B 61 55
Octal 261 376 336 36 0 15 0 233 141 125
Binary 10110001 11111110 11011110 11110 0 1101 0 10011011 1100001 1010101

Color Harmonies of #B1FEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEDE

Black with #B1FEDE

Text Example


Text Example

White with #B1FEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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