#BDCBAB

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

Shades of Pale Leaf #BDCBAB

Tints of Pale Leaf #BDCBAB

Color information

#BDCBAB (or 0xBDCBAB) is unknown color: approx Pale Leaf. HEX triplet: BD, CB and AB. RGB value is (189,203,171). Sum of RGB (Red+Green+Blue) = 189+203+171=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBAB is #423454. Grayscale: #C3C3C3. Windows color (decimal): -4338773 or 11258813. OLE color: 11258813.

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

Color convert

RGB189203171-
CMYK0.0700.160.20
HSL86.25º23.53%73.33%-
HSV(B)86.25º15.76%79.61%-
XYZ49.6956.4746.81-
YUV195.17114.36123.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=33.57%
G=36.06%
B=30.37%

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
Decimal1892031710.0700.160.2086.2523.5373.33
HexBDCBAB701014561849
Octal27531325370202412630111
Binary101111011100101110101011111010000101001010110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBAB; }

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

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

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

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

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

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

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

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