Html Css Color HEX #B1FFDD Magic Mint

📋 copy color: '#B1FFDD'

red 177 ◦ green 255 ◦ blue 221

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

Shades of Magic Mint #B1FFDD

Tints of Magic Mint #B1FFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 27.11%
G = 39.05%
B = 33.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#B1FFDD (or 0xB1FFDD) is known color: Magic Mint. HEX triplet: B1, FF and DD. RGB value is (177,255,221). Sum of RGB (Red+Green+Blue) = 177+255+221=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFDD is #4E0022. Grayscale: #E3E3E3. Windows color (decimal): -5111843 or 14548913. OLE color: 14548913.

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

Color convert

RGB 177 255 221 -
CMYK 0.31 0 0.13 0
HSL 153.85º 1% 0.85% -
HSV(B) 153.85º 0.31% 1% -
XYZ 66.94 86.09 81.49 -
YUV 227.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 177 255 221 0.31 0 0.13 0 153.85 1 0.85
Hex B1 FF DD 1F 0 D 0 9A 64 55
Octal 261 377 335 37 0 15 0 232 144 125
Binary 10110001 11111111 11011101 11111 0 1101 0 10011010 1100100 1010101

Color Harmonies of #B1FFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFDD

Black with #B1FFDD

Text Example


Text Example

White with #B1FFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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