Html Css Color HEX #BFCFA0 Pale Leaf

📋 copy color: '#BFCFA0'

red 191 ◦ green 207 ◦ blue 160

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

Shades of Pale Leaf #BFCFA0

Tints of Pale Leaf #BFCFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.1%

 BLUE value IS 160 (62.89% from 255) = 28.67%

R = 34.23%
G = 37.1%
B = 28.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#BFCFA0 (or 0xBFCFA0) is known color: Pale Leaf. HEX triplet: BF, CF and A0. RGB value is (191,207,160). Sum of RGB (Red+Green+Blue) = 191+207+160=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFA0 is #40305F. Grayscale: #C5C5C5. Windows color (decimal): -4206688 or 10538943. OLE color: 10538943.

HSL color Cylindrical-coordinate representation of color #BFCFA0: hue angle of 80.43º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 160 -
CMYK 0.08 0 0.23 0.19
HSL 80.43º 0.33% 0.72% -
HSV(B) 80.43º 0.23% 0.81% -
XYZ 50.14 58.24 41.86 -
YUV 196.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 191 207 160 0.08 0 0.23 0.19 80.43 0.33 0.72
Hex BF CF A0 8 0 17 13 50 21 48
Octal 277 317 240 10 0 27 23 120 41 110
Binary 10111111 11001111 10100000 1000 0 10111 10011 1010000 100001 1001000

Color Harmonies of #BFCFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFA0

Black with #BFCFA0

Text Example


Text Example

White with #BFCFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFA0; }

 p { color: rgb(191,207,160); }

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

background-color css

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

 a { background-color: rgb(191,207,160); }

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

border-color css

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

 span { border-color: rgb(191,207,160); }

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