#BECA88

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

Shades of Pine Glade #BECA88

Tints of Pine Glade #BECA88

Color information

#BECA88 (or 0xBECA88) is unknown color: approx Pine Glade. HEX triplet: BE, CA and 88. RGB value is (190,202,136). Sum of RGB (Red+Green+Blue) = 190+202+136=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA88 is #413577. Grayscale: #BFBFBF. Windows color (decimal): -4273528 or 8964798. OLE color: 8964798.

HSL color Cylindrical-coordinate representation of color #BECA88: hue angle of 70.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BECA88 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB190202136-
CMYK0.0600.330.21
HSL70.91º38.37%66.27%-
HSV(B)70.91º32.67%79.22%-
XYZ46.854.9731.44-
YUV190.8997.02127.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 136 (53.52% from 255) = 25.76%
R=35.98%
G=38.26%
B=25.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021360.0600.330.2170.9138.3766.27
HexBECA88602115472642
Octal27631221060412510746102
Binary10111110110010101000100011001000011010110001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA88; }

 p { color: rgb(190,202,136); }

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

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

 a { background-color: rgb(190,202,136); }

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

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

 span { border-color: rgb(190,202,136); }

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