#BAC1AD

Color #BAC1AD Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #BAC1AD

Tints of Pale Leaf #BAC1AD

Color information

#BAC1AD (or 0xBAC1AD) is unknown color: approx Pale Leaf. HEX triplet: BA, C1 and AD. RGB value is (186,193,173). Sum of RGB (Red+Green+Blue) = 186+193+173=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC1AD is #453E52. Grayscale: #BCBCBC. Windows color (decimal): -4537939 or 11387322. OLE color: 11387322.

HSL color Cylindrical-coordinate representation of color #BAC1AD: hue angle of 81º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC1AD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB186193173-
CMYK0.0400.100.24
HSL81º13.89%71.76%-
HSV(B)81º10.36%75.69%-
XYZ46.8651.647.02-
YUV188.63119.18126.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=33.70%
G=34.96%
B=31.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931730.0400.100.248113.8971.76
HexBAC1AD40A1851e48
Octal27230125540123012116110
Binary1011101011000001101011011000101011000101000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1AD; }

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

 H1.HeaderClassName
 {
   color: #BAC1AD;
 }
 .AnyTagClassName
 {
   color: #BAC1AD;
 }
</style>
background-color css

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

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

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

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

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

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