#BDC2B0

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

Shades of Pale Leaf #BDC2B0

Tints of Pale Leaf #BDC2B0

Color information

#BDC2B0 (or 0xBDC2B0) is unknown color: approx Pale Leaf. HEX triplet: BD, C2 and B0. RGB value is (189,194,176). Sum of RGB (Red+Green+Blue) = 189+194+176=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2B0 is #423D4F. Grayscale: #BEBEBE. Windows color (decimal): -4341072 or 11584189. OLE color: 11584189.

HSL color Cylindrical-coordinate representation of color #BDC2B0: hue angle of 76.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC2B0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB189194176-
CMYK0.0300.090.24
HSL76.67º12.86%72.55%-
HSV(B)76.67º9.28%76.08%-
XYZ48.1152.5448.68-
YUV190.45119.84126.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=33.81%
G=34.70%
B=31.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941760.0300.090.2476.6712.8672.55
HexBDC2B0309184dd49
Octal27530226030113011515111
Binary101111011100001010110000110100111000100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2B0; }

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

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

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

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

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

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

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

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