Html Css Color HEX #B1FFC6 Magic Mint

📋 copy color: '#B1FFC6'

red 177 ◦ green 255 ◦ blue 198

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

Shades of Magic Mint #B1FFC6

Tints of Magic Mint #B1FFC6

RGB

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

 GREEN value IS 255 (100% from 255) = 40.48%

 BLUE value IS 198 (77.73% from 255) = 31.43%

R = 28.1%
G = 40.48%
B = 31.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#B1FFC6 (or 0xB1FFC6) is known color: Magic Mint. HEX triplet: B1, FF and C6. RGB value is (177,255,198). Sum of RGB (Red+Green+Blue) = 177+255+198=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFC6 is #4E0039. Grayscale: #E1E1E1. Windows color (decimal): -5111866 or 13041585. OLE color: 13041585.

HSL color Cylindrical-coordinate representation of color #B1FFC6: hue angle of 136.15º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFC6 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 177 255 198 -
CMYK 0.31 0 0.22 0
HSL 136.15º 1% 0.85% -
HSV(B) 136.15º 0.31% 1% -
XYZ 64.08 84.94 66.44 -
YUV 225.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 177 255 198 0.31 0 0.22 0 136.15 1 0.85
Hex B1 FF C6 1F 0 16 0 88 64 55
Octal 261 377 306 37 0 26 0 210 144 125
Binary 10110001 11111111 11000110 11111 0 10110 0 10001000 1100100 1010101

Color Harmonies of #B1FFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFC6

Black with #B1FFC6

Text Example


Text Example

White with #B1FFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFC6; }

 p { color: rgb(177,255,198); }

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

background-color css

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

 a { background-color: rgb(177,255,198); }

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

border-color css

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

 span { border-color: rgb(177,255,198); }

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