Html Css Color HEX #BFC7AC Pale Leaf

📋 copy color: '#BFC7AC'

red 191 ◦ green 199 ◦ blue 172

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

Shades of Pale Leaf #BFC7AC

Tints of Pale Leaf #BFC7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.6%

R = 33.99%
G = 35.41%
B = 30.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BFC7AC (or 0xBFC7AC) is known color: Pale Leaf. HEX triplet: BF, C7 and AC. RGB value is (191,199,172). Sum of RGB (Red+Green+Blue) = 191+199+172=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC7AC is #403853. Grayscale: #C1C1C1. Windows color (decimal): -4208724 or 11323327. OLE color: 11323327.

HSL color Cylindrical-coordinate representation of color #BFC7AC: hue angle of 77.78º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC7AC is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 199 172 -
CMYK 0.04 0 0.14 0.22
HSL 77.78º 0.19% 0.73% -
HSV(B) 77.78º 0.14% 0.78% -
XYZ 49.36 54.9 47.03 -
YUV 193.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 191 199 172 0.04 0 0.14 0.22 77.78 0.19 0.73
Hex BF C7 AC 4 0 E 16 4E 13 49
Octal 277 307 254 4 0 16 26 116 23 111
Binary 10111111 11000111 10101100 100 0 1110 10110 1001110 10011 1001001

Color Harmonies of #BFC7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7AC

Black with #BFC7AC

Text Example


Text Example

White with #BFC7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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