Html Css Color HEX #BAC6AA Pale Leaf

📋 copy color: '#BAC6AA'

red 186 ◦ green 198 ◦ blue 170

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

Shades of Pale Leaf #BAC6AA

Tints of Pale Leaf #BAC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.74%

 BLUE value IS 170 (66.8% from 255) = 30.69%

R = 33.57%
G = 35.74%
B = 30.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BAC6AA (or 0xBAC6AA) is known color: Pale Leaf. HEX triplet: BA, C6 and AA. RGB value is (186,198,170). Sum of RGB (Red+Green+Blue) = 186+198+170=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6AA is #453955. Grayscale: #BFBFBF. Windows color (decimal): -4536662 or 11191994. OLE color: 11191994.

HSL color Cylindrical-coordinate representation of color #BAC6AA: hue angle of 85.71º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC6AA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 170 -
CMYK 0.06 0 0.14 0.22
HSL 85.71º 0.2% 0.72% -
HSV(B) 85.71º 0.14% 0.78% -
XYZ 47.7 53.73 45.89 -
YUV 191.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 186 198 170 0.06 0 0.14 0.22 85.71 0.2 0.72
Hex BA C6 AA 6 0 E 16 56 14 48
Octal 272 306 252 6 0 16 26 126 24 110
Binary 10111010 11000110 10101010 110 0 1110 10110 1010110 10100 1001000

Color Harmonies of #BAC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6AA

Black with #BAC6AA

Text Example


Text Example

White with #BAC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6AA; }

 p { color: rgb(186,198,170); }

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

background-color css

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

 a { background-color: rgb(186,198,170); }

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

border-color css

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

 span { border-color: rgb(186,198,170); }

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