Html Css Color HEX #BADAAC Madang

📋 copy color: '#BADAAC'

red 186 ◦ green 218 ◦ blue 172

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

Shades of Madang #BADAAC

Tints of Madang #BADAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.85%

 BLUE value IS 172 (67.58% from 255) = 29.86%

R = 32.29%
G = 37.85%
B = 29.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#BADAAC (or 0xBADAAC) is known color: Madang. HEX triplet: BA, DA and AC. RGB value is (186,218,172). Sum of RGB (Red+Green+Blue) = 186+218+172=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAAC is #452553. Grayscale: #CBCBCB. Windows color (decimal): -4531540 or 11328186. OLE color: 11328186.

HSL color Cylindrical-coordinate representation of color #BADAAC: hue angle of 101.74º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADAAC is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 172 -
CMYK 0.15 0 0.21 0.15
HSL 101.74º 0.38% 0.76% -
HSV(B) 101.74º 0.21% 0.85% -
XYZ 52.77 63.56 48.52 -
YUV 203.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 186 218 172 0.15 0 0.21 0.15 101.74 0.38 0.76
Hex BA DA AC F 0 15 F 66 26 4C
Octal 272 332 254 17 0 25 17 146 46 114
Binary 10111010 11011010 10101100 1111 0 10101 1111 1100110 100110 1001100

Color Harmonies of #BADAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAAC

Black with #BADAAC

Text Example


Text Example

White with #BADAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAAC; }

 p { color: rgb(186,218,172); }

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

background-color css

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

 a { background-color: rgb(186,218,172); }

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

border-color css

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

 span { border-color: rgb(186,218,172); }

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