#BECC89

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

Shades of Caper #BECC89

Tints of Caper #BECC89

Color information

#BECC89 (or 0xBECC89) is unknown color: approx Caper. HEX triplet: BE, CC and 89. RGB value is (190,204,137). Sum of RGB (Red+Green+Blue) = 190+204+137=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC89 is #413376. Grayscale: #C0C0C0. Windows color (decimal): -4273015 or 9030846. OLE color: 9030846.

HSL color Cylindrical-coordinate representation of color #BECC89: hue angle of 72.54º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BECC89 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB190204137-
CMYK0.0700.330.2
HSL72.54º39.64%66.86%-
HSV(B)72.54º32.84%80%-
XYZ47.3455.9431.97-
YUV192.1896.86126.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 137 (53.91% from 255) = 25.80%
R=35.78%
G=38.42%
B=25.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041370.0700.330.272.5439.6466.86
HexBECC89702114492843
Octal27631421170412411150103
Binary10111110110011001000100111101000011010010010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC89; }

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

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

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

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

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

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

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

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