#BDC9AE

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

Shades of Pale Leaf #BDC9AE

Tints of Pale Leaf #BDC9AE

Color information

#BDC9AE (or 0xBDC9AE) is unknown color: approx Pale Leaf. HEX triplet: BD, C9 and AE. RGB value is (189,201,174). Sum of RGB (Red+Green+Blue) = 189+201+174=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9AE is #423651. Grayscale: #C2C2C2. Windows color (decimal): -4339282 or 11454909. OLE color: 11454909.

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

Color convert

RGB189201174-
CMYK0.0600.130.21
HSL86.67º20%73.53%-
HSV(B)86.67º13.43%78.82%-
XYZ49.5155.6548.18-
YUV194.33116.52124.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 201 (78.91% from 255) = 35.64%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=33.51%
G=35.64%
B=30.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011740.0600.130.2186.672073.53
HexBDC9AE60D1557144a
Octal27531125660152512724112
Binary10111101110010011010111011001101101011010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9AE; }

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

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

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

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

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

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

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

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