#BA80A9

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

Shades of Bouquet #BA80A9

Tints of Bouquet #BA80A9

Color information

#BA80A9 (or 0xBA80A9) is unknown color: approx Bouquet. HEX triplet: BA, 80 and A9. RGB value is (186,128,169). Sum of RGB (Red+Green+Blue) = 186+128+169=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80A9 is #457F56. Grayscale: #959595. Windows color (decimal): -4554583 or 11108538. OLE color: 11108538.

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

Color convert

RGB186128169-
CMYK00.310.090.27
HSL317.59º29.59%61.57%-
HSV(B)317.59º31.18%72.94%-
XYZ35.1328.7441.23-
YUV150.02138.72153.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=38.51%
G=26.50%
B=34.99%

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
Decimal18612816900.310.090.27317.5929.5961.57
HexBA80A901F91B13e1e3e
Octal27220025103711334763676
Binary10111010100000001010100101111110011101110011111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80A9; }

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

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

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

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

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

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

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

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