#BDCCA7

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

Shades of Pale Leaf #BDCCA7

Tints of Pale Leaf #BDCCA7

Color information

#BDCCA7 (or 0xBDCCA7) is unknown color: approx Pale Leaf. HEX triplet: BD, CC and A7. RGB value is (189,204,167). Sum of RGB (Red+Green+Blue) = 189+204+167=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCA7 is #423358. Grayscale: #C3C3C3. Windows color (decimal): -4338521 or 10996925. OLE color: 10996925.

HSL color Cylindrical-coordinate representation of color #BDCCA7: hue angle of 84.32º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDCCA7 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB189204167-
CMYK0.0700.180.2
HSL84.32º26.62%72.75%-
HSV(B)84.32º18.14%80%-
XYZ49.5556.7944.91-
YUV195.3112.03123.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 167 (65.62% from 255) = 29.82%
R=33.75%
G=36.43%
B=29.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041670.0700.180.284.3226.6272.75
HexBDCCA7701214541b49
Octal27531424770222412433111
Binary101111011100110010100111111010010101001010100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCA7; }

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

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

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

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

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

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

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

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