#BEC880

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

Shades of Pine Glade #BEC880

Tints of Pine Glade #BEC880

Color information

#BEC880 (or 0xBEC880) is unknown color: approx Pine Glade. HEX triplet: BE, C8 and 80. RGB value is (190,200,128). Sum of RGB (Red+Green+Blue) = 190+200+128=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC880 is #41377F. Grayscale: #BDBDBD. Windows color (decimal): -4274048 or 8439998. OLE color: 8439998.

HSL color Cylindrical-coordinate representation of color #BEC880: hue angle of 68.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEC880 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB190200128-
CMYK0.0500.360.22
HSL68.33º39.56%64.31%-
HSV(B)68.33º36%78.43%-
XYZ45.7953.8128.4-
YUV188.893.69128.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=36.68%
G=38.61%
B=24.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001280.0500.360.2268.3339.5664.31
HexBEC880502416442840
Octal27631020050442610450100
Binary10111110110010001000000010101001001011010001001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC880; }

 p { color: rgb(190,200,128); }

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

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

 a { background-color: rgb(190,200,128); }

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

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

 span { border-color: rgb(190,200,128); }

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