#BECE89

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

Shades of Caper #BECE89

Tints of Caper #BECE89

Color information

#BECE89 (or 0xBECE89) is unknown color: approx Caper. HEX triplet: BE, CE and 89. RGB value is (190,206,137). Sum of RGB (Red+Green+Blue) = 190+206+137=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE89 is #413176. Grayscale: #C1C1C1. Windows color (decimal): -4272503 or 9031358. OLE color: 9031358.

HSL color Cylindrical-coordinate representation of color #BECE89: hue angle of 73.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BECE89 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB190206137-
CMYK0.0800.330.19
HSL73.91º41.32%67.25%-
HSV(B)73.91º33.5%80.78%-
XYZ47.8256.932.13-
YUV193.3596.2125.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 137 (53.91% from 255) = 25.70%
R=35.65%
G=38.65%
B=25.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061370.0800.330.1973.9141.3267.25
HexBECE898021134a2943
Octal276316211100412311251103
Binary101111101100111010001001100001000011001110010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE89; }

 p { color: rgb(190,206,137); }

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

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

 a { background-color: rgb(190,206,137); }

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

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

 span { border-color: rgb(190,206,137); }

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