Html Css Color HEX #BADFA6 Madang

📋 copy color: '#BADFA6'

red 186 ◦ green 223 ◦ blue 166

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

Shades of Madang #BADFA6

Tints of Madang #BADFA6

RGB

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

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

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

R = 32.35%
G = 38.78%
B = 28.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BADFA6 (or 0xBADFA6) is known color: Madang. HEX triplet: BA, DF and A6. RGB value is (186,223,166). Sum of RGB (Red+Green+Blue) = 186+223+166=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADFA6 is #452059. Grayscale: #CDCDCD. Windows color (decimal): -4530266 or 10936250. OLE color: 10936250.

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

Color convert

RGB 186 223 166 -
CMYK 0.17 0 0.26 0.13
HSL 98.95º 0.47% 0.76% -
HSV(B) 98.95º 0.26% 0.87% -
XYZ 53.52 65.97 45.99 -
YUV 205.44 105.74 114.13 -
System Red Green Blue C M Y K H S L
Decimal 186 223 166 0.17 0 0.26 0.13 98.95 0.47 0.76
Hex BA DF A6 11 0 1A D 63 2F 4C
Octal 272 337 246 21 0 32 15 143 57 114
Binary 10111010 11011111 10100110 10001 0 11010 1101 1100011 101111 1001100

Color Harmonies of #BADFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFA6

Black with #BADFA6

Text Example


Text Example

White with #BADFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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