#BECD89

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

Shades of Caper #BECD89

Tints of Caper #BECD89

Color information

#BECD89 (or 0xBECD89) is unknown color: approx Caper. HEX triplet: BE, CD and 89. RGB value is (190,205,137). Sum of RGB (Red+Green+Blue) = 190+205+137=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD89 is #413276. Grayscale: #C1C1C1. Windows color (decimal): -4272759 or 9031102. OLE color: 9031102.

HSL color Cylindrical-coordinate representation of color #BECD89: hue angle of 73.24º 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 #BECD89 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB190205137-
CMYK0.0700.330.20
HSL73.24º40.48%67.06%-
HSV(B)73.24º33.17%80.39%-
XYZ47.5856.4232.05-
YUV192.7696.53126.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 137 (53.91% from 255) = 25.75%
R=35.71%
G=38.53%
B=25.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051370.0700.330.2073.2440.4867.06
HexBECD89702114492843
Octal27631521170412411150103
Binary10111110110011011000100111101000011010010010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD89; }

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

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

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

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

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

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

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

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