#BDC887

Color #BDC887 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BDC887

Tints of Pine Glade #BDC887

Color information

#BDC887 (or 0xBDC887) is unknown color: approx Pine Glade. HEX triplet: BD, C8 and 87. RGB value is (189,200,135). Sum of RGB (Red+Green+Blue) = 189+200+135=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC887 is #423778. Grayscale: #BDBDBD. Windows color (decimal): -4339577 or 8898749. OLE color: 8898749.

HSL color Cylindrical-coordinate representation of color #BDC887: hue angle of 70.15º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDC887 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB189200135-
CMYK0.0600.320.22
HSL70.15º37.14%65.69%-
HSV(B)70.15º32.5%78.43%-
XYZ46.0153.8830.9-
YUV189.397.36127.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 200 (78.52% from 255) = 38.17%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=36.07%
G=38.17%
B=25.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001350.0600.320.2270.1537.1465.69
HexBDC887602016462542
Octal27531020760402610645102
Binary10111101110010001000011111001000001011010001101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC887; }

 p { color: rgb(189,200,135); }

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

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

 a { background-color: rgb(189,200,135); }

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

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

 span { border-color: rgb(189,200,135); }

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