Html Css Color HEX #BAC8A7 Pale Leaf

📋 copy color: '#BAC8A7'

red 186 ◦ green 200 ◦ blue 167

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

Shades of Pale Leaf #BAC8A7

Tints of Pale Leaf #BAC8A7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.17%

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

R = 33.63%
G = 36.17%
B = 30.2%

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

#BAC8A7 (or 0xBAC8A7) is known color: Pale Leaf. HEX triplet: BA, C8 and A7. RGB value is (186,200,167). Sum of RGB (Red+Green+Blue) = 186+200+167=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8A7 is #453758. Grayscale: #C0C0C0. Windows color (decimal): -4536153 or 10995898. OLE color: 10995898.

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

Color convert

RGB 186 200 167 -
CMYK 0.07 0 0.16 0.22
HSL 85.45º 0.23% 0.72% -
HSV(B) 85.45º 0.17% 0.78% -
XYZ 47.88 54.54 44.56 -
YUV 192.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 186 200 167 0.07 0 0.16 0.22 85.45 0.23 0.72
Hex BA C8 A7 7 0 10 16 55 17 48
Octal 272 310 247 7 0 20 26 125 27 110
Binary 10111010 11001000 10100111 111 0 10000 10110 1010101 10111 1001000

Color Harmonies of #BAC8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8A7

Black with #BAC8A7

Text Example


Text Example

White with #BAC8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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