#BE6BA6

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

Shades of Bouquet #BE6BA6

Tints of Bouquet #BE6BA6

Color information

#BE6BA6 (or 0xBE6BA6) is unknown color: approx Bouquet. HEX triplet: BE, 6B and A6. RGB value is (190,107,166). Sum of RGB (Red+Green+Blue) = 190+107+166=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA6 is #419459. Grayscale: #8A8A8A. Windows color (decimal): -4297818 or 10906558. OLE color: 10906558.

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

Color convert

RGB190107166-
CMYK00.440.130.25
HSL317.35º38.97%58.24%-
HSV(B)317.35º43.68%74.51%-
XYZ33.3824.2238.99-
YUV138.54143.5164.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=41.04%
G=23.11%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010716600.440.130.25317.3538.9758.24
HexBE6BA602CD1913d273a
Octal27615324605415314754772
Binary101111101101011101001100101100110111001100111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BA6; }

 p { color: rgb(190,107,166); }

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

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

 a { background-color: rgb(190,107,166); }

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

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

 span { border-color: rgb(190,107,166); }

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