#BA70AB

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

Shades of Bouquet #BA70AB

Tints of Bouquet #BA70AB

Color information

#BA70AB (or 0xBA70AB) is unknown color: approx Bouquet. HEX triplet: BA, 70 and AB. RGB value is (186,112,171). Sum of RGB (Red+Green+Blue) = 186+112+171=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA70AB is #458F54. Grayscale: #8C8C8C. Windows color (decimal): -4558677 or 11235514. OLE color: 11235514.

HSL color Cylindrical-coordinate representation of color #BA70AB: hue angle of 312.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA70AB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186112171-
CMYK00.400.080.27
HSL312.16º34.91%58.43%-
HSV(B)312.16º39.78%72.94%-
XYZ33.3924.9741.59-
YUV140.85145.02160.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=39.66%
G=23.88%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611217100.400.080.27312.1634.9158.43
HexBA70AB02881B138233a
Octal27216025305010334704372
Binary101110101110000101010110101000100011011100111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70AB; }

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

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

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

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

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

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

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

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