#BDCDA3

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

Shades of Pale Leaf #BDCDA3

Tints of Pale Leaf #BDCDA3

Color information

#BDCDA3 (or 0xBDCDA3) is unknown color: approx Pale Leaf. HEX triplet: BD, CD and A3. RGB value is (189,205,163). Sum of RGB (Red+Green+Blue) = 189+205+163=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDA3 is #42325C. Grayscale: #C3C3C3. Windows color (decimal): -4338269 or 10735037. OLE color: 10735037.

HSL color Cylindrical-coordinate representation of color #BDCDA3: hue angle of 82.86º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCDA3 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB189205163-
CMYK0.0800.200.20
HSL82.86º29.58%72.16%-
HSV(B)82.86º20.49%80.39%-
XYZ49.4357.1343.07-
YUV195.43109.7123.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 163 (64.06% from 255) = 29.26%
R=33.93%
G=36.80%
B=29.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051630.0800.200.2082.8629.5872.16
HexBDCDA3801414531e48
Octal275315243100242412336110
Binary1011110111001101101000111000010100101001010011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDA3; }

 p { color: rgb(189,205,163); }

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

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

 a { background-color: rgb(189,205,163); }

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

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

 span { border-color: rgb(189,205,163); }

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