Html Css Color HEX #BAF7A6 Madang

📋 copy color: '#BAF7A6'

red 186 ◦ green 247 ◦ blue 166

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

Shades of Madang #BAF7A6

Tints of Madang #BAF7A6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.24%

 BLUE value IS 166 (65.23% from 255) = 27.71%

R = 31.05%
G = 41.24%
B = 27.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#BAF7A6 (or 0xBAF7A6) is known color: Madang. HEX triplet: BA, F7 and A6. RGB value is (186,247,166). Sum of RGB (Red+Green+Blue) = 186+247+166=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF7A6 is #450859. Grayscale: #DBDBDB. Windows color (decimal): -4524122 or 10942394. OLE color: 10942394.

HSL color Cylindrical-coordinate representation of color #BAF7A6: hue angle of 105.19º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAF7A6 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 166 -
CMYK 0.25 0 0.33 0.03
HSL 105.19º 0.84% 0.81% -
HSV(B) 105.19º 0.33% 0.97% -
XYZ 60.39 79.71 48.28 -
YUV 219.53 97.79 104.09 -
System Red Green Blue C M Y K H S L
Decimal 186 247 166 0.25 0 0.33 0.03 105.19 0.84 0.81
Hex BA F7 A6 19 0 21 3 69 54 51
Octal 272 367 246 31 0 41 3 151 124 121
Binary 10111010 11110111 10100110 11001 0 100001 11 1101001 1010100 1010001

Color Harmonies of #BAF7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF7A6

Black with #BAF7A6

Text Example


Text Example

White with #BAF7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF7A6; }

 p { color: rgb(186,247,166); }

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

background-color css

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

 a { background-color: rgb(186,247,166); }

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

border-color css

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

 span { border-color: rgb(186,247,166); }

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