Html Css Color HEX #BAC7AA Pale Leaf

📋 copy color: '#BAC7AA'

red 186 ◦ green 199 ◦ blue 170

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

Shades of Pale Leaf #BAC7AA

Tints of Pale Leaf #BAC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.86%

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

R = 33.51%
G = 35.86%
B = 30.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#BAC7AA (or 0xBAC7AA) is known color: Pale Leaf. HEX triplet: BA, C7 and AA. RGB value is (186,199,170). Sum of RGB (Red+Green+Blue) = 186+199+170=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC7AA is #453855. Grayscale: #BFBFBF. Windows color (decimal): -4536406 or 11192250. OLE color: 11192250.

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

Color convert

RGB 186 199 170 -
CMYK 0.07 0 0.15 0.22
HSL 86.9º 0.21% 0.72% -
HSV(B) 86.9º 0.15% 0.78% -
XYZ 47.93 54.19 45.96 -
YUV 191.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 186 199 170 0.07 0 0.15 0.22 86.9 0.21 0.72
Hex BA C7 AA 7 0 F 16 57 15 48
Octal 272 307 252 7 0 17 26 127 25 110
Binary 10111010 11000111 10101010 111 0 1111 10110 1010111 10101 1001000

Color Harmonies of #BAC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7AA

Black with #BAC7AA

Text Example


Text Example

White with #BAC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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