#BDC9AB

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

Shades of Pale Leaf #BDC9AB

Tints of Pale Leaf #BDC9AB

Color information

#BDC9AB (or 0xBDC9AB) is unknown color: approx Pale Leaf. HEX triplet: BD, C9 and AB. RGB value is (189,201,171). Sum of RGB (Red+Green+Blue) = 189+201+171=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9AB is #423654. Grayscale: #C2C2C2. Windows color (decimal): -4339285 or 11258301. OLE color: 11258301.

HSL color Cylindrical-coordinate representation of color #BDC9AB: hue angle of 84º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC9AB is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB189201171-
CMYK0.0600.150.21
HSL84º21.74%72.94%-
HSV(B)84º14.93%78.82%-
XYZ49.2255.5346.65-
YUV193.99115.02124.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=33.69%
G=35.83%
B=30.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011710.0600.150.218421.7472.94
HexBDC9AB60F15541649
Octal27531125360172512426111
Binary10111101110010011010101111001111101011010100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9AB; }

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

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

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

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

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

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

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

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