#BAFFD3

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

Shades of Magic Mint #BAFFD3

Tints of Magic Mint #BAFFD3

Color information

#BAFFD3 (or 0xBAFFD3) is unknown color: approx Magic Mint. HEX triplet: BA, FF and D3. RGB value is (186,255,211). Sum of RGB (Red+Green+Blue) = 186+255+211=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFD3 is #45002C. Grayscale: #E5E5E5. Windows color (decimal): -4522029 or 13893562. OLE color: 13893562.

HSL color Cylindrical-coordinate representation of color #BAFFD3: hue angle of 141.74º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFD3 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB186255211-
CMYK0.2700.170
HSL141.74º100%86.47%-
HSV(B)141.74º27.06%100%-
XYZ67.7786.6674.78-
YUV229.35117.6497.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=28.53%
G=39.11%
B=32.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552110.2700.170141.7410086.47
HexBAFFD31B01108e6456
Octal272377323330210216144126
Binary1011101011111111110100111101101000101000111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFD3; }

 p { color: rgb(186,255,211); }

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

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

 a { background-color: rgb(186,255,211); }

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

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

 span { border-color: rgb(186,255,211); }

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