Html Css Color HEX #BAC2AA Pale Leaf

📋 copy color: '#BAC2AA'

red 186 ◦ green 194 ◦ blue 170

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

Shades of Pale Leaf #BAC2AA

Tints of Pale Leaf #BAC2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

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

R = 33.82%
G = 35.27%
B = 30.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#BAC2AA (or 0xBAC2AA) is known color: Pale Leaf. HEX triplet: BA, C2 and AA. RGB value is (186,194,170). Sum of RGB (Red+Green+Blue) = 186+194+170=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC2AA is #453D55. Grayscale: #BCBCBC. Windows color (decimal): -4537686 or 11190970. OLE color: 11190970.

HSL color Cylindrical-coordinate representation of color #BAC2AA: hue angle of 80º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC2AA is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 194 170 -
CMYK 0.04 0 0.12 0.24
HSL 80º 0.16% 0.71% -
HSV(B) 80º 0.12% 0.76% -
XYZ 46.8 51.92 45.59 -
YUV 188.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 186 194 170 0.04 0 0.12 0.24 80 0.16 0.71
Hex BA C2 AA 4 0 C 18 50 10 47
Octal 272 302 252 4 0 14 30 120 20 107
Binary 10111010 11000010 10101010 100 0 1100 11000 1010000 10000 1000111

Color Harmonies of #BAC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC2AA

Black with #BAC2AA

Text Example


Text Example

White with #BAC2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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