#BE6F9C

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

Shades of Hopbush #BE6F9C

Tints of Hopbush #BE6F9C

Color information

#BE6F9C (or 0xBE6F9C) is unknown color: approx Hopbush. HEX triplet: BE, 6F and 9C. RGB value is (190,111,156). Sum of RGB (Red+Green+Blue) = 190+111+156=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6F9C is #419063. Grayscale: #8B8B8B. Windows color (decimal): -4296804 or 10252222. OLE color: 10252222.

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

Color convert

RGB190111156-
CMYK00.420.180.25
HSL325.82º37.8%59.02%-
HSV(B)325.82º41.58%74.51%-
XYZ32.9224.7234.49-
YUV139.75137.17163.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=41.58%
G=24.29%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011115600.420.180.25325.8237.859.02
HexBE6F9C02A1219146263b
Octal27615723405222315064673
Binary1011111011011111001110001010101001011001101000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F9C; }

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

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

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

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

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

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

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

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