Html Css Color HEX #BFC9AD Pale Leaf

📋 copy color: '#BFC9AD'

red 191 ◦ green 201 ◦ blue 173

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

Shades of Pale Leaf #BFC9AD

Tints of Pale Leaf #BFC9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.58%

 BLUE value IS 173 (67.97% from 255) = 30.62%

R = 33.81%
G = 35.58%
B = 30.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#BFC9AD (or 0xBFC9AD) is known color: Pale Leaf. HEX triplet: BF, C9 and AD. RGB value is (191,201,173). Sum of RGB (Red+Green+Blue) = 191+201+173=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9AD is #403652. Grayscale: #C2C2C2. Windows color (decimal): -4208211 or 11389375. OLE color: 11389375.

HSL color Cylindrical-coordinate representation of color #BFC9AD: hue angle of 81.43º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC9AD is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 173 -
CMYK 0.05 0 0.14 0.21
HSL 81.43º 0.21% 0.73% -
HSV(B) 81.43º 0.14% 0.79% -
XYZ 49.92 55.87 47.69 -
YUV 194.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 191 201 173 0.05 0 0.14 0.21 81.43 0.21 0.73
Hex BF C9 AD 5 0 E 15 51 15 49
Octal 277 311 255 5 0 16 25 121 25 111
Binary 10111111 11001001 10101101 101 0 1110 10101 1010001 10101 1001001

Color Harmonies of #BFC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9AD

Black with #BFC9AD

Text Example


Text Example

White with #BFC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9AD; }

 p { color: rgb(191,201,173); }

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

background-color css

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

 a { background-color: rgb(191,201,173); }

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

border-color css

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

 span { border-color: rgb(191,201,173); }

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