#BEC281

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

Shades of Pine Glade #BEC281

Tints of Pine Glade #BEC281

Color information

#BEC281 (or 0xBEC281) is unknown color: approx Pine Glade. HEX triplet: BE, C2 and 81. RGB value is (190,194,129). Sum of RGB (Red+Green+Blue) = 190+194+129=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC281 is #413D7E. Grayscale: #B9B9B9. Windows color (decimal): -4275583 or 8503998. OLE color: 8503998.

HSL color Cylindrical-coordinate representation of color #BEC281: hue angle of 63.69º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEC281 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB190194129-
CMYK0.0200.340.24
HSL63.69º34.76%63.33%-
HSV(B)63.69º33.51%76.08%-
XYZ44.4951.1228.29-
YUV185.3996.17131.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=37.04%
G=37.82%
B=25.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941290.0200.340.2463.6934.7663.33
HexBEC28120221840233f
Octal2763022012042301004377
Binary101111101100001010000001100100010110001000000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC281; }

 p { color: rgb(190,194,129); }

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

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

 a { background-color: rgb(190,194,129); }

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

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

 span { border-color: rgb(190,194,129); }

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