Html Css Color HEX #B1FCCB Magic Mint

📋 copy color: '#B1FCCB'

red 177 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #B1FCCB

Tints of Magic Mint #B1FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.87%

 BLUE value IS 203 (79.69% from 255) = 32.12%

R = 28.01%
G = 39.87%
B = 32.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#B1FCCB (or 0xB1FCCB) is known color: Magic Mint. HEX triplet: B1, FC and CB. RGB value is (177,252,203). Sum of RGB (Red+Green+Blue) = 177+252+203=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCCB is #4E0334. Grayscale: #E0E0E0. Windows color (decimal): -5112629 or 13368497. OLE color: 13368497.

HSL color Cylindrical-coordinate representation of color #B1FCCB: hue angle of 140.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCCB is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 252 203 -
CMYK 0.30 0 0.19 0.01
HSL 140.8º 0.93% 0.84% -
HSV(B) 140.8º 0.3% 0.99% -
XYZ 63.72 83.28 69.22 -
YUV 223.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 177 252 203 0.30 0 0.19 0.01 140.8 0.93 0.84
Hex B1 FC CB 1E 0 13 1 8D 5D 54
Octal 261 374 313 36 0 23 1 215 135 124
Binary 10110001 11111100 11001011 11110 0 10011 1 10001101 1011101 1010100

Color Harmonies of #B1FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCCB

Black with #B1FCCB

Text Example


Text Example

White with #B1FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCCB; }

 p { color: rgb(177,252,203); }

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

background-color css

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

 a { background-color: rgb(177,252,203); }

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

border-color css

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

 span { border-color: rgb(177,252,203); }

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