#B1FBDE

Color #B1FBDE Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B1FBDE

Tints of Magic Mint #B1FBDE

Color information

#B1FBDE (or 0xB1FBDE) is unknown color: approx Magic Mint. HEX triplet: B1, FB and DE. RGB value is (177,251,222). Sum of RGB (Red+Green+Blue) = 177+251+222=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBDE is #4E0421. Grayscale: #E1E1E1. Windows color (decimal): -5112866 or 14613425. OLE color: 14613425.

HSL color Cylindrical-coordinate representation of color #B1FBDE: hue angle of 156.49º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBDE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB177251222-
CMYK0.2900.120.02
HSL156.49º90.24%83.92%-
HSV(B)156.49º29.48%98.43%-
XYZ65.8183.6281.78-
YUV225.57125.9893.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.23%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=27.23%
G=38.62%
B=34.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772512220.2900.120.02156.4990.2483.92
HexB1FBDE1D0C29c5a54
Octal261373336350142234132124
Binary1011000111111011110111101110101100101001110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBDE; }

 p { color: rgb(177,251,222); }

 H1.HeaderClassName
 {
   color: #B1FBDE;
 }
 .AnyTagClassName
 {
   color: #B1FBDE;
 }
</style>
background-color css

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

 a { background-color: rgb(177,251,222); }

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

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

 span { border-color: rgb(177,251,222); }

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