Html Css Color HEX #BAC0AD Pale Leaf

📋 copy color: '#BAC0AD'

red 186 ◦ green 192 ◦ blue 173

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

Shades of Pale Leaf #BAC0AD

Tints of Pale Leaf #BAC0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.85%

 BLUE value IS 173 (67.97% from 255) = 31.4%

R = 33.76%
G = 34.85%
B = 31.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BAC0AD (or 0xBAC0AD) is known color: Pale Leaf. HEX triplet: BA, C0 and AD. RGB value is (186,192,173). Sum of RGB (Red+Green+Blue) = 186+192+173=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0AD is #453F52. Grayscale: #BCBCBC. Windows color (decimal): -4538195 or 11387066. OLE color: 11387066.

HSL color Cylindrical-coordinate representation of color #BAC0AD: hue angle of 78.95º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC0AD is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 173 -
CMYK 0.03 0 0.10 0.25
HSL 78.95º 0.13% 0.72% -
HSV(B) 78.95º 0.1% 0.75% -
XYZ 46.64 51.16 46.95 -
YUV 188.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 186 192 173 0.03 0 0.10 0.25 78.95 0.13 0.72
Hex BA C0 AD 3 0 A 19 4F D 48
Octal 272 300 255 3 0 12 31 117 15 110
Binary 10111010 11000000 10101101 11 0 1010 11001 1001111 1101 1001000

Color Harmonies of #BAC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC0AD

Black with #BAC0AD

Text Example


Text Example

White with #BAC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC0AD; }

 p { color: rgb(186,192,173); }

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

background-color css

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

 a { background-color: rgb(186,192,173); }

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

border-color css

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

 span { border-color: rgb(186,192,173); }

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