Html Css Color HEX #BFC8AC Pale Leaf

📋 copy color: '#BFC8AC'

red 191 ◦ green 200 ◦ blue 172

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

Shades of Pale Leaf #BFC8AC

Tints of Pale Leaf #BFC8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.55%

R = 33.93%
G = 35.52%
B = 30.55%

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

#BFC8AC (or 0xBFC8AC) is known color: Pale Leaf. HEX triplet: BF, C8 and AC. RGB value is (191,200,172). Sum of RGB (Red+Green+Blue) = 191+200+172=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8AC is #403753. Grayscale: #C2C2C2. Windows color (decimal): -4208468 or 11323583. OLE color: 11323583.

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

Color convert

RGB 191 200 172 -
CMYK 0.04 0 0.14 0.22
HSL 79.29º 0.2% 0.73% -
HSV(B) 79.29º 0.14% 0.78% -
XYZ 49.59 55.36 47.1 -
YUV 194.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 191 200 172 0.04 0 0.14 0.22 79.29 0.2 0.73
Hex BF C8 AC 4 0 E 16 4F 14 49
Octal 277 310 254 4 0 16 26 117 24 111
Binary 10111111 11001000 10101100 100 0 1110 10110 1001111 10100 1001001

Color Harmonies of #BFC8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC8AC

Black with #BFC8AC

Text Example


Text Example

White with #BFC8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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