Html Css Color HEX #BAF0AD Madang

📋 copy color: '#BAF0AD'

red 186 ◦ green 240 ◦ blue 173

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

Shades of Madang #BAF0AD

Tints of Madang #BAF0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.07%

 BLUE value IS 173 (67.97% from 255) = 28.88%

R = 31.05%
G = 40.07%
B = 28.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#BAF0AD (or 0xBAF0AD) is known color: Madang. HEX triplet: BA, F0 and AD. RGB value is (186,240,173). Sum of RGB (Red+Green+Blue) = 186+240+173=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF0AD is #450F52. Grayscale: #D8D8D8. Windows color (decimal): -4525907 or 11399354. OLE color: 11399354.

HSL color Cylindrical-coordinate representation of color #BAF0AD: hue angle of 108.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAF0AD is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 173 -
CMYK 0.22 0 0.28 0.06
HSL 108.36º 0.69% 0.81% -
HSV(B) 108.36º 0.28% 0.94% -
XYZ 58.95 75.78 51.05 -
YUV 216.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 186 240 173 0.22 0 0.28 0.06 108.36 0.69 0.81
Hex BA F0 AD 16 0 1C 6 6C 45 51
Octal 272 360 255 26 0 34 6 154 105 121
Binary 10111010 11110000 10101101 10110 0 11100 110 1101100 1000101 1010001

Color Harmonies of #BAF0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0AD

Black with #BAF0AD

Text Example


Text Example

White with #BAF0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0AD; }

 p { color: rgb(186,240,173); }

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

background-color css

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

 a { background-color: rgb(186,240,173); }

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

border-color css

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

 span { border-color: rgb(186,240,173); }

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