#B1FACF

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

Shades of Magic Mint #B1FACF

Tints of Magic Mint #B1FACF

Color information

#B1FACF (or 0xB1FACF) is unknown color: approx Magic Mint. HEX triplet: B1, FA and CF. RGB value is (177,250,207). Sum of RGB (Red+Green+Blue) = 177+250+207=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FACF is #4E0530. Grayscale: #DFDFDF. Windows color (decimal): -5113137 or 13630129. OLE color: 13630129.

HSL color Cylindrical-coordinate representation of color #B1FACF: hue angle of 144.66º degrees, saturation: 0.88, 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 #B1FACF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB177250207-
CMYK0.2900.170.02
HSL144.66º87.95%83.73%-
HSV(B)144.66º29.2%98.04%-
XYZ63.5882.2271.55-
YUV223.27118.8295-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=27.92%
G=39.43%
B=32.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772502070.2900.170.02144.6687.9583.73
HexB1FACF1D0112915854
Octal261372317350212221130124
Binary10110001111110101100111111101010001101001000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FACF; }

 p { color: rgb(177,250,207); }

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

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

 a { background-color: rgb(177,250,207); }

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

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

 span { border-color: rgb(177,250,207); }

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