#B1FCDE

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

Shades of Magic Mint #B1FCDE

Tints of Magic Mint #B1FCDE

Color information

#B1FCDE (or 0xB1FCDE) is unknown color: approx Magic Mint. HEX triplet: B1, FC and DE. RGB value is (177,252,222). Sum of RGB (Red+Green+Blue) = 177+252+222=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCDE is #4E0321. Grayscale: #E2E2E2. Windows color (decimal): -5112610 or 14613681. OLE color: 14613681.

HSL color Cylindrical-coordinate representation of color #B1FCDE: hue angle of 156º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCDE is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB177252222-
CMYK0.3000.120.01
HSL156º92.59%84.12%-
HSV(B)156º29.76%98.82%-
XYZ66.1384.2481.88-
YUV226.15125.6592.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.19%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=27.19%
G=38.71%
B=34.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522220.3000.120.0115692.5984.12
HexB1FCDE1E0C19c5d54
Octal261374336360141234135124
Binary101100011111110011011110111100110011001110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCDE; }

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

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

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

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

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

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

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

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