Html Css Color HEX #B1FECE Magic Mint

📋 copy color: '#B1FECE'

red 177 ◦ green 254 ◦ blue 206

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

Shades of Magic Mint #B1FECE

Tints of Magic Mint #B1FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.34%

R = 27.79%
G = 39.87%
B = 32.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#B1FECE (or 0xB1FECE) is known color: Magic Mint. HEX triplet: B1, FE and CE. RGB value is (177,254,206). Sum of RGB (Red+Green+Blue) = 177+254+206=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FECE is #4E0131. Grayscale: #E1E1E1. Windows color (decimal): -5112114 or 13565617. OLE color: 13565617.

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

Color convert

RGB 177 254 206 -
CMYK 0.30 0 0.19 0.00
HSL 142.6º 0.97% 0.85% -
HSV(B) 142.6º 0.3% 1% -
XYZ 64.71 84.69 71.33 -
YUV 225.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 177 254 206 0.30 0 0.19 0.00 142.6 0.97 0.85
Hex B1 FE CE 1E 0 13 0 8F 61 55
Octal 261 376 316 36 0 23 0 217 141 125
Binary 10110001 11111110 11001110 11110 0 10011 0 10001111 1100001 1010101

Color Harmonies of #B1FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FECE

Black with #B1FECE

Text Example


Text Example

White with #B1FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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