Html Css Color HEX #BFC7AF Pale Leaf

📋 copy color: '#BFC7AF'

red 191 ◦ green 199 ◦ blue 175

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

Shades of Pale Leaf #BFC7AF

Tints of Pale Leaf #BFC7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 33.81%
G = 35.22%
B = 30.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#BFC7AF (or 0xBFC7AF) is known color: Pale Leaf. HEX triplet: BF, C7 and AF. RGB value is (191,199,175). Sum of RGB (Red+Green+Blue) = 191+199+175=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC7AF is #403850. Grayscale: #C1C1C1. Windows color (decimal): -4208721 or 11519935. OLE color: 11519935.

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

Color convert

RGB 191 199 175 -
CMYK 0.04 0 0.12 0.22
HSL 80º 0.18% 0.73% -
HSV(B) 80º 0.12% 0.78% -
XYZ 49.65 55.02 48.56 -
YUV 193.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 191 199 175 0.04 0 0.12 0.22 80 0.18 0.73
Hex BF C7 AF 4 0 C 16 50 12 49
Octal 277 307 257 4 0 14 26 120 22 111
Binary 10111111 11000111 10101111 100 0 1100 10110 1010000 10010 1001001

Color Harmonies of #BFC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7AF

Black with #BFC7AF

Text Example


Text Example

White with #BFC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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