#BE6A9C

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

Shades of Hopbush #BE6A9C

Tints of Hopbush #BE6A9C

Color information

#BE6A9C (or 0xBE6A9C) is unknown color: approx Hopbush. HEX triplet: BE, 6A and 9C. RGB value is (190,106,156). Sum of RGB (Red+Green+Blue) = 190+106+156=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A9C is #419563. Grayscale: #888888. Windows color (decimal): -4298084 or 10250942. OLE color: 10250942.

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

Color convert

RGB190106156-
CMYK00.440.180.25
HSL324.29º39.25%58.04%-
HSV(B)324.29º44.21%74.51%-
XYZ32.3923.6634.31-
YUV136.82138.83165.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=42.04%
G=23.45%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010615600.440.180.25324.2939.2558.04
HexBE6A9C02C1219144273a
Octal27615223405422315044772
Binary1011111011010101001110001011001001011001101000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A9C; }

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

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

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

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

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

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

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

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