Html Css Color HEX #BADCAB Madang

📋 copy color: '#BADCAB'

red 186 ◦ green 220 ◦ blue 171

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

Shades of Madang #BADCAB

Tints of Madang #BADCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.13%

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

R = 32.24%
G = 38.13%
B = 29.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#BADCAB (or 0xBADCAB) is known color: Madang. HEX triplet: BA, DC and AB. RGB value is (186,220,171). Sum of RGB (Red+Green+Blue) = 186+220+171=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCAB is #452354. Grayscale: #CCCCCC. Windows color (decimal): -4531029 or 11263162. OLE color: 11263162.

HSL color Cylindrical-coordinate representation of color #BADCAB: hue angle of 101.63º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADCAB is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 171 -
CMYK 0.15 0 0.22 0.14
HSL 101.63º 0.41% 0.77% -
HSV(B) 101.63º 0.22% 0.86% -
XYZ 53.19 64.57 48.19 -
YUV 204.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 186 220 171 0.15 0 0.22 0.14 101.63 0.41 0.77
Hex BA DC AB F 0 16 E 66 29 4D
Octal 272 334 253 17 0 26 16 146 51 115
Binary 10111010 11011100 10101011 1111 0 10110 1110 1100110 101001 1001101

Color Harmonies of #BADCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCAB

Black with #BADCAB

Text Example


Text Example

White with #BADCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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