Html Css Color HEX #BADAB1 Madang

📋 copy color: '#BADAB1'

red 186 ◦ green 218 ◦ blue 177

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

Shades of Madang #BADAB1

Tints of Madang #BADAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.46%

R = 32.01%
G = 37.52%
B = 30.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#BADAB1 (or 0xBADAB1) is known color: Madang. HEX triplet: BA, DA and B1. RGB value is (186,218,177). Sum of RGB (Red+Green+Blue) = 186+218+177=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAB1 is #45254E. Grayscale: #CBCBCB. Windows color (decimal): -4531535 or 11655866. OLE color: 11655866.

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

Color convert

RGB 186 218 177 -
CMYK 0.15 0 0.19 0.15
HSL 106.83º 0.36% 0.77% -
HSV(B) 106.83º 0.19% 0.85% -
XYZ 53.26 63.76 51.09 -
YUV 203.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 186 218 177 0.15 0 0.19 0.15 106.83 0.36 0.77
Hex BA DA B1 F 0 13 F 6B 24 4D
Octal 272 332 261 17 0 23 17 153 44 115
Binary 10111010 11011010 10110001 1111 0 10011 1111 1101011 100100 1001101

Color Harmonies of #BADAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAB1

Black with #BADAB1

Text Example


Text Example

White with #BADAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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