#BA6EAB

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

Shades of Bouquet #BA6EAB

Tints of Bouquet #BA6EAB

Color information

#BA6EAB (or 0xBA6EAB) is unknown color: approx Bouquet. HEX triplet: BA, 6E and AB. RGB value is (186,110,171). Sum of RGB (Red+Green+Blue) = 186+110+171=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EAB is #459154. Grayscale: #8B8B8B. Windows color (decimal): -4559189 or 11235002. OLE color: 11235002.

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

Color convert

RGB186110171-
CMYK00.410.080.27
HSL311.84º35.51%58.04%-
HSV(B)311.84º40.86%72.94%-
XYZ33.1824.5341.51-
YUV139.68145.68161.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=39.83%
G=23.55%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611017100.410.080.27311.8435.5158.04
HexBA6EAB02981B138243a
Octal27215625305110334704472
Binary101110101101110101010110101001100011011100111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EAB; }

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

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

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

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

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

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

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

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