#BEC183

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

Shades of Pine Glade #BEC183

Tints of Pine Glade #BEC183

Color information

#BEC183 (or 0xBEC183) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 83. RGB value is (190,193,131). Sum of RGB (Red+Green+Blue) = 190+193+131=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC183 is #413E7C. Grayscale: #B9B9B9. Windows color (decimal): -4275837 or 8634814. OLE color: 8634814.

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

Color convert

RGB190193131-
CMYK0.0200.320.24
HSL62.9º33.33%63.53%-
HSV(B)62.9º32.12%75.69%-
XYZ44.450.7328.92-
YUV185.0497.51131.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=36.96%
G=37.55%
B=25.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931310.0200.320.2462.933.3363.53
HexBEC1832020183f2140
Octal2763012032040307741100
Binary101111101100000110000011100100000110001111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC183; }

 p { color: rgb(190,193,131); }

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

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

 a { background-color: rgb(190,193,131); }

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

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

 span { border-color: rgb(190,193,131); }

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