Html Css Color HEX #BADFA8 Madang

📋 copy color: '#BADFA8'

red 186 ◦ green 223 ◦ blue 168

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

Shades of Madang #BADFA8

Tints of Madang #BADFA8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.65%

 BLUE value IS 168 (66.02% from 255) = 29.12%

R = 32.24%
G = 38.65%
B = 29.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#BADFA8 (or 0xBADFA8) is known color: Madang. HEX triplet: BA, DF and A8. RGB value is (186,223,168). Sum of RGB (Red+Green+Blue) = 186+223+168=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADFA8 is #452057. Grayscale: #CDCDCD. Windows color (decimal): -4530264 or 11067322. OLE color: 11067322.

HSL color Cylindrical-coordinate representation of color #BADFA8: hue angle of 100.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BADFA8 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 168 -
CMYK 0.17 0 0.25 0.13
HSL 100.36º 0.46% 0.77% -
HSV(B) 100.36º 0.25% 0.87% -
XYZ 53.71 66.04 46.96 -
YUV 205.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 186 223 168 0.17 0 0.25 0.13 100.36 0.46 0.77
Hex BA DF A8 11 0 19 D 64 2E 4D
Octal 272 337 250 21 0 31 15 144 56 115
Binary 10111010 11011111 10101000 10001 0 11001 1101 1100100 101110 1001101

Color Harmonies of #BADFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFA8

Black with #BADFA8

Text Example


Text Example

White with #BADFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFA8; }

 p { color: rgb(186,223,168); }

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

background-color css

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

 a { background-color: rgb(186,223,168); }

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

border-color css

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

 span { border-color: rgb(186,223,168); }

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