Html Css Color HEX #BAFFD2 Magic Mint

📋 copy color: '#BAFFD2'

red 186 ◦ green 255 ◦ blue 210

#BAFFD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #BAFFD2

Tints of Magic Mint #BAFFD2

RGB

 RED value IS 186 (73.05% from 255) = 28.57%

 GREEN value IS 255 (100% from 255) = 39.17%

 BLUE value IS 210 (82.42% from 255) = 32.26%

R = 28.57%
G = 39.17%
B = 32.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#BAFFD2 (or 0xBAFFD2) is known color: Magic Mint. HEX triplet: BA, FF and D2. RGB value is (186,255,210). Sum of RGB (Red+Green+Blue) = 186+255+210=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFD2 is #45002D. Grayscale: #E5E5E5. Windows color (decimal): -4522030 or 13828026. OLE color: 13828026.

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

Color convert

RGB 186 255 210 -
CMYK 0.27 0 0.18 0
HSL 140.87º 1% 0.86% -
HSV(B) 140.87º 0.27% 1% -
XYZ 67.64 86.61 74.13 -
YUV 229.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 186 255 210 0.27 0 0.18 0 140.87 1 0.86
Hex BA FF D2 1B 0 12 0 8D 64 56
Octal 272 377 322 33 0 22 0 215 144 126
Binary 10111010 11111111 11010010 11011 0 10010 0 10001101 1100100 1010110

Color Harmonies of #BAFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFD2

Black with #BAFFD2

Text Example


Text Example

White with #BAFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFD2; }

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

 H1.HeaderClassName
 {
   color: #BAFFD2;
 }
 .AnyTagClassName
 {
   color: #BAFFD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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