#BA6EA9

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

Shades of Bouquet #BA6EA9

Tints of Bouquet #BA6EA9

Color information

#BA6EA9 (or 0xBA6EA9) is unknown color: approx Bouquet. HEX triplet: BA, 6E and A9. RGB value is (186,110,169). Sum of RGB (Red+Green+Blue) = 186+110+169=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EA9 is #459156. Grayscale: #8B8B8B. Windows color (decimal): -4559191 or 11103930. OLE color: 11103930.

HSL color Cylindrical-coordinate representation of color #BA6EA9: hue angle of 313.42º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6EA9 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186110169-
CMYK00.410.090.27
HSL313.42º35.51%58.04%-
HSV(B)313.42º40.86%72.94%-
XYZ32.9924.4640.52-
YUV139.45144.68161.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=40%
G=23.66%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611016900.410.090.27313.4235.5158.04
HexBA6EA902991B139243a
Octal27215625105111334714472
Binary101110101101110101010010101001100111011100111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EA9; }

 p { color: rgb(186,110,169); }

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

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

 a { background-color: rgb(186,110,169); }

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

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

 span { border-color: rgb(186,110,169); }

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