Html Css Color HEX #BAC7A7 Pale Leaf

📋 copy color: '#BAC7A7'

red 186 ◦ green 199 ◦ blue 167

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

Shades of Pale Leaf #BAC7A7

Tints of Pale Leaf #BAC7A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.25%

R = 33.7%
G = 36.05%
B = 30.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#BAC7A7 (or 0xBAC7A7) is known color: Pale Leaf. HEX triplet: BA, C7 and A7. RGB value is (186,199,167). Sum of RGB (Red+Green+Blue) = 186+199+167=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC7A7 is #453858. Grayscale: #BFBFBF. Windows color (decimal): -4536409 or 10995642. OLE color: 10995642.

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

Color convert

RGB 186 199 167 -
CMYK 0.07 0 0.16 0.22
HSL 84.38º 0.22% 0.72% -
HSV(B) 84.38º 0.16% 0.78% -
XYZ 47.65 54.08 44.49 -
YUV 191.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 186 199 167 0.07 0 0.16 0.22 84.38 0.22 0.72
Hex BA C7 A7 7 0 10 16 54 16 48
Octal 272 307 247 7 0 20 26 124 26 110
Binary 10111010 11000111 10100111 111 0 10000 10110 1010100 10110 1001000

Color Harmonies of #BAC7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7A7

Black with #BAC7A7

Text Example


Text Example

White with #BAC7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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