Html Css Color HEX #BFCDA9 Pale Leaf

📋 copy color: '#BFCDA9'

red 191 ◦ green 205 ◦ blue 169

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

Shades of Pale Leaf #BFCDA9

Tints of Pale Leaf #BFCDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.91%

R = 33.81%
G = 36.28%
B = 29.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#BFCDA9 (or 0xBFCDA9) is known color: Pale Leaf. HEX triplet: BF, CD and A9. RGB value is (191,205,169). Sum of RGB (Red+Green+Blue) = 191+205+169=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDA9 is #403256. Grayscale: #C4C4C4. Windows color (decimal): -4207191 or 11128255. OLE color: 11128255.

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

Color convert

RGB 191 205 169 -
CMYK 0.07 0 0.18 0.20
HSL 83.33º 0.26% 0.73% -
HSV(B) 83.33º 0.18% 0.8% -
XYZ 50.48 57.6 45.99 -
YUV 196.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 191 205 169 0.07 0 0.18 0.20 83.33 0.26 0.73
Hex BF CD A9 7 0 12 14 53 1A 49
Octal 277 315 251 7 0 22 24 123 32 111
Binary 10111111 11001101 10101001 111 0 10010 10100 1010011 11010 1001001

Color Harmonies of #BFCDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDA9

Black with #BFCDA9

Text Example


Text Example

White with #BFCDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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