Html Css Color HEX #BFC6AB Pale Leaf

📋 copy color: '#BFC6AB'

red 191 ◦ green 198 ◦ blue 171

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

Shades of Pale Leaf #BFC6AB

Tints of Pale Leaf #BFC6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.36%

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

R = 34.11%
G = 35.36%
B = 30.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BFC6AB (or 0xBFC6AB) is known color: Pale Leaf. HEX triplet: BF, C6 and AB. RGB value is (191,198,171). Sum of RGB (Red+Green+Blue) = 191+198+171=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6AB is #403954. Grayscale: #C0C0C0. Windows color (decimal): -4208981 or 11257535. OLE color: 11257535.

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

Color convert

RGB 191 198 171 -
CMYK 0.04 0 0.14 0.22
HSL 75.56º 0.19% 0.72% -
HSV(B) 75.56º 0.14% 0.78% -
XYZ 49.03 54.4 46.45 -
YUV 192.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 191 198 171 0.04 0 0.14 0.22 75.56 0.19 0.72
Hex BF C6 AB 4 0 E 16 4C 13 48
Octal 277 306 253 4 0 16 26 114 23 110
Binary 10111111 11000110 10101011 100 0 1110 10110 1001100 10011 1001000

Color Harmonies of #BFC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6AB

Black with #BFC6AB

Text Example


Text Example

White with #BFC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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