Html Css Color HEX #BAF8AD Madang

📋 copy color: '#BAF8AD'

red 186 ◦ green 248 ◦ blue 173

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

Shades of Madang #BAF8AD

Tints of Madang #BAF8AD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.86%

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

R = 30.64%
G = 40.86%
B = 28.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#BAF8AD (or 0xBAF8AD) is known color: Madang. HEX triplet: BA, F8 and AD. RGB value is (186,248,173). Sum of RGB (Red+Green+Blue) = 186+248+173=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF8AD is #450752. Grayscale: #DDDDDD. Windows color (decimal): -4523859 or 11401402. OLE color: 11401402.

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

Color convert

RGB 186 248 173 -
CMYK 0.25 0 0.30 0.03
HSL 109.6º 0.84% 0.83% -
HSV(B) 109.6º 0.3% 0.97% -
XYZ 61.36 80.59 51.86 -
YUV 220.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 186 248 173 0.25 0 0.30 0.03 109.6 0.84 0.83
Hex BA F8 AD 19 0 1E 3 6E 54 53
Octal 272 370 255 31 0 36 3 156 124 123
Binary 10111010 11111000 10101101 11001 0 11110 11 1101110 1010100 1010011

Color Harmonies of #BAF8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF8AD

Black with #BAF8AD

Text Example


Text Example

White with #BAF8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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