#BDCAAA

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

Shades of Pale Leaf #BDCAAA

Tints of Pale Leaf #BDCAAA

Color information

#BDCAAA (or 0xBDCAAA) is unknown color: approx Pale Leaf. HEX triplet: BD, CA and AA. RGB value is (189,202,170). Sum of RGB (Red+Green+Blue) = 189+202+170=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAAA is #423555. Grayscale: #C2C2C2. Windows color (decimal): -4339030 or 11193021. OLE color: 11193021.

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

Color convert

RGB189202170-
CMYK0.0600.160.21
HSL84.37º23.19%72.94%-
HSV(B)84.37º15.84%79.22%-
XYZ49.3655.9646.23-
YUV194.46114.19124.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=33.69%
G=36.01%
B=30.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021700.0600.160.2184.3723.1972.94
HexBDCAAA601015541749
Octal27531225260202512427111
Binary101111011100101010101010110010000101011010100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAAA; }

 p { color: rgb(189,202,170); }

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

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

 a { background-color: rgb(189,202,170); }

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

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

 span { border-color: rgb(189,202,170); }

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