Html Css Color HEX #BFC9AB Pale Leaf

📋 copy color: '#BFC9AB'

red 191 ◦ green 201 ◦ blue 171

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

Shades of Pale Leaf #BFC9AB

Tints of Pale Leaf #BFC9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 33.93%
G = 35.7%
B = 30.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#BFC9AB (or 0xBFC9AB) is known color: Pale Leaf. HEX triplet: BF, C9 and AB. RGB value is (191,201,171). Sum of RGB (Red+Green+Blue) = 191+201+171=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9AB is #403654. Grayscale: #C2C2C2. Windows color (decimal): -4208213 or 11258303. OLE color: 11258303.

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

Color convert

RGB 191 201 171 -
CMYK 0.05 0 0.15 0.21
HSL 80º 0.22% 0.73% -
HSV(B) 80º 0.15% 0.79% -
XYZ 49.72 55.79 46.68 -
YUV 194.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 191 201 171 0.05 0 0.15 0.21 80 0.22 0.73
Hex BF C9 AB 5 0 F 15 50 16 49
Octal 277 311 253 5 0 17 25 120 26 111
Binary 10111111 11001001 10101011 101 0 1111 10101 1010000 10110 1001001

Color Harmonies of #BFC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9AB

Black with #BFC9AB

Text Example


Text Example

White with #BFC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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