#BDC8AB

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

Shades of Pale Leaf #BDC8AB

Tints of Pale Leaf #BDC8AB

Color information

#BDC8AB (or 0xBDC8AB) is unknown color: approx Pale Leaf. HEX triplet: BD, C8 and AB. RGB value is (189,200,171). Sum of RGB (Red+Green+Blue) = 189+200+171=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8AB is #423754. Grayscale: #C1C1C1. Windows color (decimal): -4339541 or 11258045. OLE color: 11258045.

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

Color convert

RGB189200171-
CMYK0.0600.140.22
HSL82.76º20.86%72.75%-
HSV(B)82.76º14.5%78.43%-
XYZ48.9955.0746.58-
YUV193.4115.36124.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 200 (78.52% from 255) = 35.71%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=33.75%
G=35.71%
B=30.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001710.0600.140.2282.7620.8672.75
HexBDC8AB60E16531549
Octal27531025360162612325111
Binary10111101110010001010101111001110101101010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8AB; }

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

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

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

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

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

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

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

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