Html Css Color HEX #BAD5AB Madang

📋 copy color: '#BAD5AB'

red 186 ◦ green 213 ◦ blue 171

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

Shades of Madang #BAD5AB

Tints of Madang #BAD5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.37%

 BLUE value IS 171 (67.19% from 255) = 30%

R = 32.63%
G = 37.37%
B = 30%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#BAD5AB (or 0xBAD5AB) is known color: Madang. HEX triplet: BA, D5 and AB. RGB value is (186,213,171). Sum of RGB (Red+Green+Blue) = 186+213+171=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD5AB is #452A54. Grayscale: #C8C8C8. Windows color (decimal): -4532821 or 11261370. OLE color: 11261370.

HSL color Cylindrical-coordinate representation of color #BAD5AB: hue angle of 98.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAD5AB is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 171 -
CMYK 0.13 0 0.20 0.16
HSL 98.57º 0.33% 0.75% -
HSV(B) 98.57º 0.2% 0.84% -
XYZ 51.39 60.97 47.59 -
YUV 200.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 186 213 171 0.13 0 0.20 0.16 98.57 0.33 0.75
Hex BA D5 AB D 0 14 10 63 21 4B
Octal 272 325 253 15 0 24 20 143 41 113
Binary 10111010 11010101 10101011 1101 0 10100 10000 1100011 100001 1001011

Color Harmonies of #BAD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5AB

Black with #BAD5AB

Text Example


Text Example

White with #BAD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5AB; }

 p { color: rgb(186,213,171); }

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

background-color css

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

 a { background-color: rgb(186,213,171); }

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

border-color css

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

 span { border-color: rgb(186,213,171); }

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