Html Css Color HEX #BADDAF Madang

📋 copy color: '#BADDAF'

red 186 ◦ green 221 ◦ blue 175

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

Shades of Madang #BADDAF

Tints of Madang #BADDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

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

R = 31.96%
G = 37.97%
B = 30.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#BADDAF (or 0xBADDAF) is known color: Madang. HEX triplet: BA, DD and AF. RGB value is (186,221,175). Sum of RGB (Red+Green+Blue) = 186+221+175=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDAF is #452250. Grayscale: #CDCDCD. Windows color (decimal): -4530769 or 11525562. OLE color: 11525562.

HSL color Cylindrical-coordinate representation of color #BADDAF: hue angle of 105.65º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADDAF is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 175 -
CMYK 0.16 0 0.21 0.13
HSL 105.65º 0.4% 0.78% -
HSV(B) 105.65º 0.21% 0.87% -
XYZ 53.84 65.25 50.31 -
YUV 205.29 110.9 114.24 -
System Red Green Blue C M Y K H S L
Decimal 186 221 175 0.16 0 0.21 0.13 105.65 0.4 0.78
Hex BA DD AF 10 0 15 D 6A 28 4E
Octal 272 335 257 20 0 25 15 152 50 116
Binary 10111010 11011101 10101111 10000 0 10101 1101 1101010 101000 1001110

Color Harmonies of #BADDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDAF

Black with #BADDAF

Text Example


Text Example

White with #BADDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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