#B1FACB

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

Shades of Magic Mint #B1FACB

Tints of Magic Mint #B1FACB

Color information

#B1FACB (or 0xB1FACB) is unknown color: approx Magic Mint. HEX triplet: B1, FA and CB. RGB value is (177,250,203). Sum of RGB (Red+Green+Blue) = 177+250+203=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FACB is #4E0534. Grayscale: #DEDEDE. Windows color (decimal): -5113141 or 13367985. OLE color: 13367985.

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

Color convert

RGB177250203-
CMYK0.2900.190.02
HSL141.37º87.95%83.73%-
HSV(B)141.37º29.2%98.04%-
XYZ63.182.0369.01-
YUV222.82116.8295.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.10%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=28.10%
G=39.68%
B=32.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772502030.2900.190.02141.3787.9583.73
HexB1FACB1D01328d5854
Octal261372313350232215130124
Binary10110001111110101100101111101010011101000110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FACB; }

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

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

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

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

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

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

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

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