Html Css Color HEX #BAF1AD Madang

📋 copy color: '#BAF1AD'

red 186 ◦ green 241 ◦ blue 173

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

Shades of Madang #BAF1AD

Tints of Madang #BAF1AD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.17%

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

R = 31%
G = 40.17%
B = 28.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#BAF1AD (or 0xBAF1AD) is known color: Madang. HEX triplet: BA, F1 and AD. RGB value is (186,241,173). Sum of RGB (Red+Green+Blue) = 186+241+173=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF1AD is #450E52. Grayscale: #D9D9D9. Windows color (decimal): -4525651 or 11399610. OLE color: 11399610.

HSL color Cylindrical-coordinate representation of color #BAF1AD: hue angle of 108.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAF1AD is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 173 -
CMYK 0.23 0 0.28 0.05
HSL 108.53º 0.71% 0.81% -
HSV(B) 108.53º 0.28% 0.95% -
XYZ 59.25 76.37 51.15 -
YUV 216.8 103.28 106.03 -
System Red Green Blue C M Y K H S L
Decimal 186 241 173 0.23 0 0.28 0.05 108.53 0.71 0.81
Hex BA F1 AD 17 0 1C 5 6D 47 51
Octal 272 361 255 27 0 34 5 155 107 121
Binary 10111010 11110001 10101101 10111 0 11100 101 1101101 1000111 1010001

Color Harmonies of #BAF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1AD

Black with #BAF1AD

Text Example


Text Example

White with #BAF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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