Html Css Color HEX #BFC7AA Pale Leaf

📋 copy color: '#BFC7AA'

red 191 ◦ green 199 ◦ blue 170

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

Shades of Pale Leaf #BFC7AA

Tints of Pale Leaf #BFC7AA

RGB

 RED value IS 191 (75% from 255) = 34.11%

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

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

R = 34.11%
G = 35.54%
B = 30.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#BFC7AA (or 0xBFC7AA) is known color: Pale Leaf. HEX triplet: BF, C7 and AA. RGB value is (191,199,170). Sum of RGB (Red+Green+Blue) = 191+199+170=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC7AA is #403855. Grayscale: #C1C1C1. Windows color (decimal): -4208726 or 11192255. OLE color: 11192255.

HSL color Cylindrical-coordinate representation of color #BFC7AA: hue angle of 76.55º 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 #BFC7AA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 199 170 -
CMYK 0.04 0 0.15 0.22
HSL 76.55º 0.21% 0.72% -
HSV(B) 76.55º 0.15% 0.78% -
XYZ 49.16 54.83 46.02 -
YUV 193.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 191 199 170 0.04 0 0.15 0.22 76.55 0.21 0.72
Hex BF C7 AA 4 0 F 16 4D 15 48
Octal 277 307 252 4 0 17 26 115 25 110
Binary 10111111 11000111 10101010 100 0 1111 10110 1001101 10101 1001000

Color Harmonies of #BFC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7AA

Black with #BFC7AA

Text Example


Text Example

White with #BFC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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