#BE699C

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

Shades of Hopbush #BE699C

Tints of Hopbush #BE699C

Color information

#BE699C (or 0xBE699C) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 9C. RGB value is (190,105,156). Sum of RGB (Red+Green+Blue) = 190+105+156=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE699C is #419663. Grayscale: #888888. Windows color (decimal): -4298340 or 10250686. OLE color: 10250686.

HSL color Cylindrical-coordinate representation of color #BE699C: hue angle of 324º 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 #BE699C is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB190105156-
CMYK00.450.180.25
HSL324º39.53%57.84%-
HSV(B)324º44.74%74.51%-
XYZ32.2923.4534.28-
YUV136.23139.16166.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=42.13%
G=23.28%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010515600.450.180.2532439.5357.84
HexBE699C02D1219144283a
Octal27615123405522315045072
Binary1011111011010011001110001011011001011001101000100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE699C; }

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

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

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

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

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

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

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

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