Html Css Color HEX #BADBA8 Madang

📋 copy color: '#BADBA8'

red 186 ◦ green 219 ◦ blue 168

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

Shades of Madang #BADBA8

Tints of Madang #BADBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.22%

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

R = 32.46%
G = 38.22%
B = 29.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#BADBA8 (or 0xBADBA8) is known color: Madang. HEX triplet: BA, DB and A8. RGB value is (186,219,168). Sum of RGB (Red+Green+Blue) = 186+219+168=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA8 is #452457. Grayscale: #CBCBCB. Windows color (decimal): -4531288 or 11066298. OLE color: 11066298.

HSL color Cylindrical-coordinate representation of color #BADBA8: hue angle of 98.82º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADBA8 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 168 -
CMYK 0.15 0 0.23 0.14
HSL 98.82º 0.41% 0.76% -
HSV(B) 98.82º 0.23% 0.86% -
XYZ 52.65 63.93 46.61 -
YUV 203.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 186 219 168 0.15 0 0.23 0.14 98.82 0.41 0.76
Hex BA DB A8 F 0 17 E 63 29 4C
Octal 272 333 250 17 0 27 16 143 51 114
Binary 10111010 11011011 10101000 1111 0 10111 1110 1100011 101001 1001100

Color Harmonies of #BADBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBA8

Black with #BADBA8

Text Example


Text Example

White with #BADBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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