Html Css Color HEX #BFCDA6 Pale Leaf

📋 copy color: '#BFCDA6'

red 191 ◦ green 205 ◦ blue 166

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

Shades of Pale Leaf #BFCDA6

Tints of Pale Leaf #BFCDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.54%

R = 33.99%
G = 36.48%
B = 29.54%

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

#BFCDA6 (or 0xBFCDA6) is known color: Pale Leaf. HEX triplet: BF, CD and A6. RGB value is (191,205,166). Sum of RGB (Red+Green+Blue) = 191+205+166=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDA6 is #403259. Grayscale: #C4C4C4. Windows color (decimal): -4207194 or 10931647. OLE color: 10931647.

HSL color Cylindrical-coordinate representation of color #BFCDA6: hue angle of 81.54º 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 #BFCDA6 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 166 -
CMYK 0.07 0 0.19 0.20
HSL 81.54º 0.28% 0.73% -
HSV(B) 81.54º 0.19% 0.8% -
XYZ 50.2 57.49 44.53 -
YUV 196.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 191 205 166 0.07 0 0.19 0.20 81.54 0.28 0.73
Hex BF CD A6 7 0 13 14 52 1C 49
Octal 277 315 246 7 0 23 24 122 34 111
Binary 10111111 11001101 10100110 111 0 10011 10100 1010010 11100 1001001

Color Harmonies of #BFCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDA6

Black with #BFCDA6

Text Example


Text Example

White with #BFCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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