#B4FACB

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

Shades of Magic Mint #B4FACB

Tints of Magic Mint #B4FACB

Color information

#B4FACB (or 0xB4FACB) is unknown color: approx Magic Mint. HEX triplet: B4, FA and CB. RGB value is (180,250,203). Sum of RGB (Red+Green+Blue) = 180+250+203=633 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.44% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FACB is #4B0534. Grayscale: #DFDFDF. Windows color (decimal): -4916533 or 13367988. OLE color: 13367988.

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

Color convert

RGB180250203-
CMYK0.2800.190.02
HSL139.71º87.5%84.31%-
HSV(B)139.71º28%98.04%-
XYZ63.7982.3969.04-
YUV223.71116.3196.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.44%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=28.44%
G=39.49%
B=32.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802502030.2800.190.02139.7187.584.31
HexB4FACB1C01328c5854
Octal264372313340232214130124
Binary10110100111110101100101111100010011101000110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FACB; }

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

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

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

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

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

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

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

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