#B2FACD

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

Shades of Magic Mint #B2FACD

Tints of Magic Mint #B2FACD

Color information

#B2FACD (or 0xB2FACD) is unknown color: approx Magic Mint. HEX triplet: B2, FA and CD. RGB value is (178,250,205). Sum of RGB (Red+Green+Blue) = 178+250+205=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FACD is #4D0532. Grayscale: #DFDFDF. Windows color (decimal): -5047603 or 13499058. OLE color: 13499058.

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

Color convert

RGB178250205-
CMYK0.2900.180.02
HSL142.5º87.8%83.92%-
HSV(B)142.5º28.8%98.04%-
XYZ63.5782.2470.28-
YUV223.34117.6595.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.12%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=28.12%
G=39.49%
B=32.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782502050.2900.180.02142.587.883.92
HexB2FACD1D01228e5854
Octal262372315350222216130124
Binary10110010111110101100110111101010010101000111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FACD; }

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

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

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

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

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

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

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

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