Html Css Color HEX #BDC7AD Pale Leaf

📋 copy color: '#BDC7AD'

red 189 ◦ green 199 ◦ blue 173

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

Shades of Pale Leaf #BDC7AD

Tints of Pale Leaf #BDC7AD

RGB

 RED value IS 189 (74.22% from 255) = 33.69%

 GREEN value IS 199 (78.13% from 255) = 35.47%

 BLUE value IS 173 (67.97% from 255) = 30.84%

R = 33.69%
G = 35.47%
B = 30.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#BDC7AD (or 0xBDC7AD) is known color: Pale Leaf. HEX triplet: BD, C7 and AD. RGB value is (189,199,173). Sum of RGB (Red+Green+Blue) = 189+199+173=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC7AD is #423852. Grayscale: #C1C1C1. Windows color (decimal): -4339795 or 11388861. OLE color: 11388861.

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

Color convert

RGB 189 199 173 -
CMYK 0.05 0 0.13 0.22
HSL 83.08º 0.19% 0.73% -
HSV(B) 83.08º 0.13% 0.78% -
XYZ 48.95 54.68 47.51 -
YUV 193.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 189 199 173 0.05 0 0.13 0.22 83.08 0.19 0.73
Hex BD C7 AD 5 0 D 16 53 13 49
Octal 275 307 255 5 0 15 26 123 23 111
Binary 10111101 11000111 10101101 101 0 1101 10110 1010011 10011 1001001

Color Harmonies of #BDC7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7AD

Black with #BDC7AD

Text Example


Text Example

White with #BDC7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7AD; }

 p { color: rgb(189,199,173); }

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

background-color css

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

 a { background-color: rgb(189,199,173); }

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

border-color css

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

 span { border-color: rgb(189,199,173); }

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