#BDCCA4

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

Shades of Pale Leaf #BDCCA4

Tints of Pale Leaf #BDCCA4

Color information

#BDCCA4 (or 0xBDCCA4) is unknown color: approx Pale Leaf. HEX triplet: BD, CC and A4. RGB value is (189,204,164). Sum of RGB (Red+Green+Blue) = 189+204+164=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCA4 is #42335B. Grayscale: #C3C3C3. Windows color (decimal): -4338524 or 10800317. OLE color: 10800317.

HSL color Cylindrical-coordinate representation of color #BDCCA4: hue angle of 82.5º degrees, saturation: 0.28, 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 #BDCCA4 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB189204164-
CMYK0.0700.200.2
HSL82.5º28.17%72.16%-
HSV(B)82.5º19.61%80%-
XYZ49.2856.6843.47-
YUV194.96110.53123.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 164 (64.45% from 255) = 29.44%
R=33.93%
G=36.62%
B=29.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041640.0700.200.282.528.1772.16
HexBDCCA4701414521c48
Octal27531424470242412234110
Binary101111011100110010100100111010100101001010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCA4; }

 p { color: rgb(189,204,164); }

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

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

 a { background-color: rgb(189,204,164); }

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

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

 span { border-color: rgb(189,204,164); }

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