Html Css Color HEX #BADAB2 Madang

📋 copy color: '#BADAB2'

red 186 ◦ green 218 ◦ blue 178

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

Shades of Madang #BADAB2

Tints of Madang #BADAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.58%

R = 31.96%
G = 37.46%
B = 30.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#BADAB2 (or 0xBADAB2) is known color: Madang. HEX triplet: BA, DA and B2. RGB value is (186,218,178). Sum of RGB (Red+Green+Blue) = 186+218+178=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAB2 is #45254D. Grayscale: #CCCCCC. Windows color (decimal): -4531534 or 11721402. OLE color: 11721402.

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

Color convert

RGB 186 218 178 -
CMYK 0.15 0 0.18 0.15
HSL 108º 0.35% 0.78% -
HSV(B) 108º 0.18% 0.85% -
XYZ 53.36 63.8 51.62 -
YUV 203.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 186 218 178 0.15 0 0.18 0.15 108 0.35 0.78
Hex BA DA B2 F 0 12 F 6C 23 4E
Octal 272 332 262 17 0 22 17 154 43 116
Binary 10111010 11011010 10110010 1111 0 10010 1111 1101100 100011 1001110

Color Harmonies of #BADAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAB2

Black with #BADAB2

Text Example


Text Example

White with #BADAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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