#BE699E

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

Shades of Hopbush #BE699E

Tints of Hopbush #BE699E

Color information

#BE699E (or 0xBE699E) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 9E. RGB value is (190,105,158). Sum of RGB (Red+Green+Blue) = 190+105+158=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE699E is #419661. Grayscale: #888888. Windows color (decimal): -4298338 or 10381758. OLE color: 10381758.

HSL color Cylindrical-coordinate representation of color #BE699E: hue angle of 322.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE699E is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190105158-
CMYK00.450.170.25
HSL322.59º39.53%57.84%-
HSV(B)322.59º44.74%74.51%-
XYZ32.4623.5235.18-
YUV136.46140.16166.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=41.94%
G=23.18%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010515800.450.170.25322.5939.5357.84
HexBE699E02D1119143283a
Octal27615123605521315035072
Binary1011111011010011001111001011011000111001101000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE699E; }

 p { color: rgb(190,105,158); }

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

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

 a { background-color: rgb(190,105,158); }

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

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

 span { border-color: rgb(190,105,158); }

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