Html Css Color HEX #B1FECF Magic Mint

📋 copy color: '#B1FECF'

red 177 ◦ green 254 ◦ blue 207

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

Shades of Magic Mint #B1FECF

Tints of Magic Mint #B1FECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.45%

R = 27.74%
G = 39.81%
B = 32.45%

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

#B1FECF (or 0xB1FECF) is known color: Magic Mint. HEX triplet: B1, FE and CF. RGB value is (177,254,207). Sum of RGB (Red+Green+Blue) = 177+254+207=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FECF is #4E0130. Grayscale: #E1E1E1. Windows color (decimal): -5112113 or 13631153. OLE color: 13631153.

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

Color convert

RGB 177 254 207 -
CMYK 0.30 0 0.19 0.00
HSL 143.38º 0.97% 0.85% -
HSV(B) 143.38º 0.3% 1% -
XYZ 64.84 84.74 71.97 -
YUV 225.62 117.49 93.32 -
System Red Green Blue C M Y K H S L
Decimal 177 254 207 0.30 0 0.19 0.00 143.38 0.97 0.85
Hex B1 FE CF 1E 0 13 0 8F 61 55
Octal 261 376 317 36 0 23 0 217 141 125
Binary 10110001 11111110 11001111 11110 0 10011 0 10001111 1100001 1010101

Color Harmonies of #B1FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FECF

Black with #B1FECF

Text Example


Text Example

White with #B1FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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