#BECF87

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

Shades of Caper #BECF87

Tints of Caper #BECF87

Color information

#BECF87 (or 0xBECF87) is unknown color: approx Caper. HEX triplet: BE, CF and 87. RGB value is (190,207,135). Sum of RGB (Red+Green+Blue) = 190+207+135=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF87 is #413078. Grayscale: #C1C1C1. Windows color (decimal): -4272249 or 8900542. OLE color: 8900542.

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

Color convert

RGB190207135-
CMYK0.0800.350.19
HSL74.17º42.86%67.06%-
HSV(B)74.17º34.78%81.18%-
XYZ47.9257.3231.46-
YUV193.7194.87125.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 135 (53.12% from 255) = 25.38%
R=35.71%
G=38.91%
B=25.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071350.0800.350.1974.1742.8667.06
HexBECF878023134a2b43
Octal276317207100432311253103
Binary101111101100111110000111100001000111001110010101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF87; }

 p { color: rgb(190,207,135); }

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

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

 a { background-color: rgb(190,207,135); }

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

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

 span { border-color: rgb(190,207,135); }

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