Html Css Color HEX #BAD5AF Madang

📋 copy color: '#BAD5AF'

red 186 ◦ green 213 ◦ blue 175

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

Shades of Madang #BAD5AF

Tints of Madang #BAD5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.49%

R = 32.4%
G = 37.11%
B = 30.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#BAD5AF (or 0xBAD5AF) is known color: Madang. HEX triplet: BA, D5 and AF. RGB value is (186,213,175). Sum of RGB (Red+Green+Blue) = 186+213+175=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD5AF is #452A50. Grayscale: #C8C8C8. Windows color (decimal): -4532817 or 11523514. OLE color: 11523514.

HSL color Cylindrical-coordinate representation of color #BAD5AF: hue angle of 102.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAD5AF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 175 -
CMYK 0.13 0 0.18 0.16
HSL 102.63º 0.31% 0.76% -
HSV(B) 102.63º 0.18% 0.84% -
XYZ 51.78 61.12 49.63 -
YUV 200.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 186 213 175 0.13 0 0.18 0.16 102.63 0.31 0.76
Hex BA D5 AF D 0 12 10 67 1F 4C
Octal 272 325 257 15 0 22 20 147 37 114
Binary 10111010 11010101 10101111 1101 0 10010 10000 1100111 11111 1001100

Color Harmonies of #BAD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5AF

Black with #BAD5AF

Text Example


Text Example

White with #BAD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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