#B3FACD

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

Shades of Magic Mint #B3FACD

Tints of Magic Mint #B3FACD

Color information

#B3FACD (or 0xB3FACD) is unknown color: approx Magic Mint. HEX triplet: B3, FA and CD. RGB value is (179,250,205). Sum of RGB (Red+Green+Blue) = 179+250+205=634 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.23% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FACD is #4C0532. Grayscale: #DFDFDF. Windows color (decimal): -4982067 or 13499059. OLE color: 13499059.

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

Color convert

RGB179250205-
CMYK0.2800.180.02
HSL141.97º87.65%84.12%-
HSV(B)141.97º28.4%98.04%-
XYZ63.882.3670.29-
YUV223.64117.4896.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.23%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=28.23%
G=39.43%
B=32.33%

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
Decimal1792502050.2800.180.02141.9787.6584.12
HexB3FACD1C01228e5854
Octal263372315340222216130124
Binary10110011111110101100110111100010010101000111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FACD; }

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

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

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

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

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

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

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

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