#BA80AA

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

Shades of Bouquet #BA80AA

Tints of Bouquet #BA80AA

Color information

#BA80AA (or 0xBA80AA) is unknown color: approx Bouquet. HEX triplet: BA, 80 and AA. RGB value is (186,128,170). Sum of RGB (Red+Green+Blue) = 186+128+170=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80AA is #457F55. Grayscale: #969696. Windows color (decimal): -4554582 or 11174074. OLE color: 11174074.

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

Color convert

RGB186128170-
CMYK00.310.090.27
HSL316.55º29.59%61.57%-
HSV(B)316.55º31.18%72.94%-
XYZ35.2228.7841.73-
YUV150.13139.22153.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=38.43%
G=26.45%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612817000.310.090.27316.5529.5961.57
HexBA80AA01F91B13d1e3e
Octal27220025203711334753676
Binary10111010100000001010101001111110011101110011110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80AA; }

 p { color: rgb(186,128,170); }

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

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

 a { background-color: rgb(186,128,170); }

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

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

 span { border-color: rgb(186,128,170); }

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