#BA7DA8

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

Shades of Bouquet #BA7DA8

Tints of Bouquet #BA7DA8

Color information

#BA7DA8 (or 0xBA7DA8) is unknown color: approx Bouquet. HEX triplet: BA, 7D and A8. RGB value is (186,125,168). Sum of RGB (Red+Green+Blue) = 186+125+168=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DA8 is #458257. Grayscale: #949494. Windows color (decimal): -4555352 or 11042234. OLE color: 11042234.

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

Color convert

RGB186125168-
CMYK00.330.100.27
HSL317.7º30.65%60.98%-
HSV(B)317.7º32.8%72.94%-
XYZ34.6527.9340.61-
YUV148.14139.21155-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=38.83%
G=26.10%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612516800.330.100.27317.730.6560.98
HexBA7DA8021A1B13e1f3d
Octal27217525004112334763775
Binary10111010111110110101000010000110101101110011111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DA8; }

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

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

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

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

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

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

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

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