#BDC5B0

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

Shades of Pale Leaf #BDC5B0

Tints of Pale Leaf #BDC5B0

Color information

#BDC5B0 (or 0xBDC5B0) is unknown color: approx Pale Leaf. HEX triplet: BD, C5 and B0. RGB value is (189,197,176). Sum of RGB (Red+Green+Blue) = 189+197+176=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5B0 is #423A4F. Grayscale: #C0C0C0. Windows color (decimal): -4340304 or 11584957. OLE color: 11584957.

HSL color Cylindrical-coordinate representation of color #BDC5B0: hue angle of 82.86º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC5B0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB189197176-
CMYK0.0400.110.23
HSL82.86º15.33%73.14%-
HSV(B)82.86º10.66%77.25%-
XYZ48.7953.8948.9-
YUV192.21118.85125.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 176 (69.14% from 255) = 31.32%
R=33.63%
G=35.05%
B=31.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971760.0400.110.2382.8615.3373.14
HexBDC5B040B1753f49
Octal27530526040132712317111
Binary1011110111000101101100001000101110111101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5B0; }

 p { color: rgb(189,197,176); }

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

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

 a { background-color: rgb(189,197,176); }

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

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

 span { border-color: rgb(189,197,176); }

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