#BDC885

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

Shades of Pine Glade #BDC885

Tints of Pine Glade #BDC885

Color information

#BDC885 (or 0xBDC885) is unknown color: approx Pine Glade. HEX triplet: BD, C8 and 85. RGB value is (189,200,133). Sum of RGB (Red+Green+Blue) = 189+200+133=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC885 is #42377A. Grayscale: #BDBDBD. Windows color (decimal): -4339579 or 8767677. OLE color: 8767677.

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

Color convert

RGB189200133-
CMYK0.0600.340.22
HSL69.85º37.85%65.29%-
HSV(B)69.85º33.5%78.43%-
XYZ45.8753.8230.16-
YUV189.0796.36127.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=36.21%
G=38.31%
B=25.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001330.0600.340.2269.8537.8565.29
HexBDC885602216462641
Octal27531020560422610646101
Binary10111101110010001000010111001000101011010001101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC885; }

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

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

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

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

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

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

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

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