Html Css Color HEX #BFC8A4 Pale Leaf

📋 copy color: '#BFC8A4'

red 191 ◦ green 200 ◦ blue 164

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

Shades of Pale Leaf #BFC8A4

Tints of Pale Leaf #BFC8A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.55%

R = 34.41%
G = 36.04%
B = 29.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#BFC8A4 (or 0xBFC8A4) is known color: Pale Leaf. HEX triplet: BF, C8 and A4. RGB value is (191,200,164). Sum of RGB (Red+Green+Blue) = 191+200+164=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8A4 is #40375B. Grayscale: #C1C1C1. Windows color (decimal): -4208476 or 10799295. OLE color: 10799295.

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

Color convert

RGB 191 200 164 -
CMYK 0.04 0 0.18 0.22
HSL 75º 0.25% 0.71% -
HSV(B) 75º 0.18% 0.78% -
XYZ 48.84 55.07 43.18 -
YUV 193.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 191 200 164 0.04 0 0.18 0.22 75 0.25 0.71
Hex BF C8 A4 4 0 12 16 4B 19 47
Octal 277 310 244 4 0 22 26 113 31 107
Binary 10111111 11001000 10100100 100 0 10010 10110 1001011 11001 1000111

Color Harmonies of #BFC8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC8A4

Black with #BFC8A4

Text Example


Text Example

White with #BFC8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC8A4; }

 p { color: rgb(191,200,164); }

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

background-color css

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

 a { background-color: rgb(191,200,164); }

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

border-color css

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

 span { border-color: rgb(191,200,164); }

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