Html Css Color HEX #BFC6AF Pale Leaf

📋 copy color: '#BFC6AF'

red 191 ◦ green 198 ◦ blue 175

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

Shades of Pale Leaf #BFC6AF

Tints of Pale Leaf #BFC6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.03%

R = 33.87%
G = 35.11%
B = 31.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#BFC6AF (or 0xBFC6AF) is known color: Pale Leaf. HEX triplet: BF, C6 and AF. RGB value is (191,198,175). Sum of RGB (Red+Green+Blue) = 191+198+175=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6AF is #403950. Grayscale: #C1C1C1. Windows color (decimal): -4208977 or 11519679. OLE color: 11519679.

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

Color convert

RGB 191 198 175 -
CMYK 0.04 0 0.12 0.22
HSL 78.26º 0.17% 0.73% -
HSV(B) 78.26º 0.12% 0.78% -
XYZ 49.42 54.56 48.48 -
YUV 193.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 191 198 175 0.04 0 0.12 0.22 78.26 0.17 0.73
Hex BF C6 AF 4 0 C 16 4E 11 49
Octal 277 306 257 4 0 14 26 116 21 111
Binary 10111111 11000110 10101111 100 0 1100 10110 1001110 10001 1001001

Color Harmonies of #BFC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6AF

Black with #BFC6AF

Text Example


Text Example

White with #BFC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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