#BDCBAA

Color #BDCBAA Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #BDCBAA

Tints of Pale Leaf #BDCBAA

Color information

#BDCBAA (or 0xBDCBAA) is unknown color: approx Pale Leaf. HEX triplet: BD, CB and AA. RGB value is (189,203,170). Sum of RGB (Red+Green+Blue) = 189+203+170=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBAA is #423455. Grayscale: #C3C3C3. Windows color (decimal): -4338774 or 11193277. OLE color: 11193277.

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

Color convert

RGB189203170-
CMYK0.0700.160.20
HSL85.45º24.09%73.14%-
HSV(B)85.45º16.26%79.61%-
XYZ49.656.4346.31-
YUV195.05113.86123.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=33.63%
G=36.12%
B=30.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031700.0700.160.2085.4524.0973.14
HexBDCBAA701014551849
Octal27531325270202412530111
Binary101111011100101110101010111010000101001010101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBAA; }

 p { color: rgb(189,203,170); }

 H1.HeaderClassName
 {
   color: #BDCBAA;
 }
 .AnyTagClassName
 {
   color: #BDCBAA;
 }
</style>
background-color css

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

 a { background-color: rgb(189,203,170); }

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

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

 span { border-color: rgb(189,203,170); }

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