#BECD84

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

Shades of Pine Glade #BECD84

Tints of Pine Glade #BECD84

Color information

#BECD84 (or 0xBECD84) is unknown color: approx Pine Glade. HEX triplet: BE, CD and 84. RGB value is (190,205,132). Sum of RGB (Red+Green+Blue) = 190+205+132=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD84 is #41327B. Grayscale: #C0C0C0. Windows color (decimal): -4272764 or 8703422. OLE color: 8703422.

HSL color Cylindrical-coordinate representation of color #BECD84: hue angle of 72.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BECD84 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB190205132-
CMYK0.0700.360.20
HSL72.33º42.2%66.08%-
HSV(B)72.33º35.61%80.39%-
XYZ47.2356.2830.2-
YUV192.1994.03126.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=36.05%
G=38.90%
B=25.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051320.0700.360.2072.3342.266.08
HexBECD84702414482a42
Octal27631520470442411052102
Binary10111110110011011000010011101001001010010010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD84; }

 p { color: rgb(190,205,132); }

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

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

 a { background-color: rgb(190,205,132); }

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

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

 span { border-color: rgb(190,205,132); }

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