#BA6EA8

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

Shades of Bouquet #BA6EA8

Tints of Bouquet #BA6EA8

Color information

#BA6EA8 (or 0xBA6EA8) is unknown color: approx Bouquet. HEX triplet: BA, 6E and A8. RGB value is (186,110,168). Sum of RGB (Red+Green+Blue) = 186+110+168=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EA8 is #459157. Grayscale: #8B8B8B. Windows color (decimal): -4559192 or 11038394. OLE color: 11038394.

HSL color Cylindrical-coordinate representation of color #BA6EA8: hue angle of 314.21º 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 #BA6EA8 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186110168-
CMYK00.410.100.27
HSL314.21º35.51%58.04%-
HSV(B)314.21º40.86%72.94%-
XYZ32.8924.4240.03-
YUV139.34144.18161.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=40.09%
G=23.71%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611016800.410.100.27314.2135.5158.04
HexBA6EA8029A1B13a243a
Octal27215625005112334724472
Binary101110101101110101010000101001101011011100111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EA8; }

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

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

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

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

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

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

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

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