#BE669C

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

Shades of Hopbush #BE669C

Tints of Hopbush #BE669C

Color information

#BE669C (or 0xBE669C) is unknown color: approx Hopbush. HEX triplet: BE, 66 and 9C. RGB value is (190,102,156). Sum of RGB (Red+Green+Blue) = 190+102+156=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE669C is #419963. Grayscale: #868686. Windows color (decimal): -4299108 or 10249918. OLE color: 10249918.

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

Color convert

RGB190102156-
CMYK00.460.180.25
HSL323.18º40.37%57.25%-
HSV(B)323.18º46.32%74.51%-
XYZ31.9922.8534.18-
YUV134.47140.15167.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=42.41%
G=22.77%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010215600.460.180.25323.1840.3757.25
HexBE669C02E12191432839
Octal27614623405622315035071
Binary1011111011001101001110001011101001011001101000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE669C; }

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

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

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

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

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

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

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

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