Html Css Color HEX #BFCDA7 Pale Leaf

📋 copy color: '#BFCDA7'

red 191 ◦ green 205 ◦ blue 167

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

Shades of Pale Leaf #BFCDA7

Tints of Pale Leaf #BFCDA7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.41%

 BLUE value IS 167 (65.63% from 255) = 29.66%

R = 33.93%
G = 36.41%
B = 29.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#BFCDA7 (or 0xBFCDA7) is known color: Pale Leaf. HEX triplet: BF, CD and A7. RGB value is (191,205,167). Sum of RGB (Red+Green+Blue) = 191+205+167=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDA7 is #403258. Grayscale: #C4C4C4. Windows color (decimal): -4207193 or 10997183. OLE color: 10997183.

HSL color Cylindrical-coordinate representation of color #BFCDA7: hue angle of 82.11º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCDA7 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 167 -
CMYK 0.07 0 0.19 0.20
HSL 82.11º 0.28% 0.73% -
HSV(B) 82.11º 0.19% 0.8% -
XYZ 50.29 57.53 45.01 -
YUV 196.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 191 205 167 0.07 0 0.19 0.20 82.11 0.28 0.73
Hex BF CD A7 7 0 13 14 52 1C 49
Octal 277 315 247 7 0 23 24 122 34 111
Binary 10111111 11001101 10100111 111 0 10011 10100 1010010 11100 1001001

Color Harmonies of #BFCDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDA7

Black with #BFCDA7

Text Example


Text Example

White with #BFCDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDA7; }

 p { color: rgb(191,205,167); }

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

background-color css

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

 a { background-color: rgb(191,205,167); }

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

border-color css

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

 span { border-color: rgb(191,205,167); }

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