#BA6CA8

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

Shades of Bouquet #BA6CA8

Tints of Bouquet #BA6CA8

Color information

#BA6CA8 (or 0xBA6CA8) is unknown color: approx Bouquet. HEX triplet: BA, 6C and A8. RGB value is (186,108,168). Sum of RGB (Red+Green+Blue) = 186+108+168=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CA8 is #459357. Grayscale: #8A8A8A. Windows color (decimal): -4559704 or 11037882. OLE color: 11037882.

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

Color convert

RGB186108168-
CMYK00.420.100.27
HSL313.85º36.11%57.65%-
HSV(B)313.85º41.94%72.94%-
XYZ32.6823.9939.95-
YUV138.16144.84162.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 168 (66.02% from 255) = 36.36%
R=40.26%
G=23.38%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610816800.420.100.27313.8536.1157.65
HexBA6CA802AA1B13a243a
Octal27215425005212334724472
Binary101110101101100101010000101010101011011100111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CA8; }

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

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

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

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

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

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

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

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