#B4FACD

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

Shades of Magic Mint #B4FACD

Tints of Magic Mint #B4FACD

Color information

#B4FACD (or 0xB4FACD) is unknown color: approx Magic Mint. HEX triplet: B4, FA and CD. RGB value is (180,250,205). Sum of RGB (Red+Green+Blue) = 180+250+205=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FACD is #4B0532. Grayscale: #E0E0E0. Windows color (decimal): -4916531 or 13499060. OLE color: 13499060.

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

Color convert

RGB180250205-
CMYK0.2800.180.02
HSL141.43º87.5%84.31%-
HSV(B)141.43º28%98.04%-
XYZ64.0382.4870.3-
YUV223.94117.3196.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.35%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=28.35%
G=39.37%
B=32.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802502050.2800.180.02141.4387.584.31
HexB4FACD1C01228d5854
Octal264372315340222215130124
Binary10110100111110101100110111100010010101000110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FACD; }

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

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

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

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

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

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

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

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