#BA82A8

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

Shades of Bouquet #BA82A8

Tints of Bouquet #BA82A8

Color information

#BA82A8 (or 0xBA82A8) is unknown color: approx Bouquet. HEX triplet: BA, 82 and A8. RGB value is (186,130,168). Sum of RGB (Red+Green+Blue) = 186+130+168=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA82A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA82A8 is #457D57. Grayscale: #969696. Windows color (decimal): -4554072 or 11043514. OLE color: 11043514.

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

Color convert

RGB186130168-
CMYK00.300.100.27
HSL319.29º28.87%61.96%-
HSV(B)319.29º30.11%72.94%-
XYZ35.329.2340.83-
YUV151.08137.55152.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=38.43%
G=26.86%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613016800.300.100.27319.2928.8761.96
HexBA82A801EA1B13f1d3e
Octal27220225003612334773576
Binary10111010100000101010100001111010101101110011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82A8; }

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

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

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

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

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

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

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

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