Html Css Color HEX #BDC4AD Pale Leaf

📋 copy color: '#BDC4AD'

red 189 ◦ green 196 ◦ blue 173

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

Shades of Pale Leaf #BDC4AD

Tints of Pale Leaf #BDC4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.13%

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

R = 33.87%
G = 35.13%
B = 31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#BDC4AD (or 0xBDC4AD) is known color: Pale Leaf. HEX triplet: BD, C4 and AD. RGB value is (189,196,173). Sum of RGB (Red+Green+Blue) = 189+196+173=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AD is #423B52. Grayscale: #BFBFBF. Windows color (decimal): -4340563 or 11388093. OLE color: 11388093.

HSL color Cylindrical-coordinate representation of color #BDC4AD: hue angle of 78.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC4AD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 173 -
CMYK 0.04 0 0.12 0.23
HSL 78.26º 0.16% 0.72% -
HSV(B) 78.26º 0.12% 0.77% -
XYZ 48.27 53.32 47.28 -
YUV 191.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 189 196 173 0.04 0 0.12 0.23 78.26 0.16 0.72
Hex BD C4 AD 4 0 C 17 4E 10 48
Octal 275 304 255 4 0 14 27 116 20 110
Binary 10111101 11000100 10101101 100 0 1100 10111 1001110 10000 1001000

Color Harmonies of #BDC4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4AD

Black with #BDC4AD

Text Example


Text Example

White with #BDC4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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