Html Css Color HEX #B1FFC9 Magic Mint

📋 copy color: '#B1FFC9'

red 177 ◦ green 255 ◦ blue 201

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

Shades of Magic Mint #B1FFC9

Tints of Magic Mint #B1FFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.75%

R = 27.96%
G = 40.28%
B = 31.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#B1FFC9 (or 0xB1FFC9) is known color: Magic Mint. HEX triplet: B1, FF and C9. RGB value is (177,255,201). Sum of RGB (Red+Green+Blue) = 177+255+201=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFC9 is #4E0036. Grayscale: #E1E1E1. Windows color (decimal): -5111863 or 13238193. OLE color: 13238193.

HSL color Cylindrical-coordinate representation of color #B1FFC9: hue angle of 138.46º 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 #B1FFC9 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 177 255 201 -
CMYK 0.31 0 0.21 0
HSL 138.46º 1% 0.85% -
HSV(B) 138.46º 0.31% 1% -
XYZ 64.43 85.08 68.29 -
YUV 225.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 177 255 201 0.31 0 0.21 0 138.46 1 0.85
Hex B1 FF C9 1F 0 15 0 8A 64 55
Octal 261 377 311 37 0 25 0 212 144 125
Binary 10110001 11111111 11001001 11111 0 10101 0 10001010 1100100 1010101

Color Harmonies of #B1FFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFC9

Black with #B1FFC9

Text Example


Text Example

White with #B1FFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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