#BECE88

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

Shades of Caper #BECE88

Tints of Caper #BECE88

Color information

#BECE88 (or 0xBECE88) is unknown color: approx Caper. HEX triplet: BE, CE and 88. RGB value is (190,206,136). Sum of RGB (Red+Green+Blue) = 190+206+136=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE88 is #413177. Grayscale: #C1C1C1. Windows color (decimal): -4272504 or 8965822. OLE color: 8965822.

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

Color convert

RGB190206136-
CMYK0.0800.340.19
HSL73.71º41.67%67.06%-
HSV(B)73.71º33.98%80.78%-
XYZ47.7556.8731.75-
YUV193.2495.7125.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=35.71%
G=38.72%
B=25.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061360.0800.340.1973.7141.6767.06
HexBECE888022134a2a43
Octal276316210100422311252103
Binary101111101100111010001000100001000101001110010101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE88; }

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

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

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

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

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

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

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

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