Html Css Color HEX #B1FFDB Magic Mint

📋 copy color: '#B1FFDB'

red 177 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #B1FFDB

Tints of Magic Mint #B1FFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.64%

R = 27.19%
G = 39.17%
B = 33.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#B1FFDB (or 0xB1FFDB) is known color: Magic Mint. HEX triplet: B1, FF and DB. RGB value is (177,255,219). Sum of RGB (Red+Green+Blue) = 177+255+219=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFDB is #4E0024. Grayscale: #E3E3E3. Windows color (decimal): -5111845 or 14417841. OLE color: 14417841.

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

Color convert

RGB 177 255 219 -
CMYK 0.31 0 0.14 0
HSL 152.31º 1% 0.85% -
HSV(B) 152.31º 0.31% 1% -
XYZ 66.68 85.98 80.1 -
YUV 227.57 123.16 91.93 -
System Red Green Blue C M Y K H S L
Decimal 177 255 219 0.31 0 0.14 0 152.31 1 0.85
Hex B1 FF DB 1F 0 E 0 98 64 55
Octal 261 377 333 37 0 16 0 230 144 125
Binary 10110001 11111111 11011011 11111 0 1110 0 10011000 1100100 1010101

Color Harmonies of #B1FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFDB

Black with #B1FFDB

Text Example


Text Example

White with #B1FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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