#BA69A6

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

Shades of Bouquet #BA69A6

Tints of Bouquet #BA69A6

Color information

#BA69A6 (or 0xBA69A6) is unknown color: approx Bouquet. HEX triplet: BA, 69 and A6. RGB value is (186,105,166). Sum of RGB (Red+Green+Blue) = 186+105+166=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69A6 is #459659. Grayscale: #888888. Windows color (decimal): -4560474 or 10906042. OLE color: 10906042.

HSL color Cylindrical-coordinate representation of color #BA69A6: hue angle of 314.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69A6 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186105166-
CMYK00.440.110.27
HSL314.81º36.99%57.06%-
HSV(B)314.81º43.55%72.94%-
XYZ32.1823.338.88-
YUV136.17144.84163.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=40.70%
G=22.98%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610516600.440.110.27314.8136.9957.06
HexBA69A602CB1B13b2539
Octal27215124605413334734571
Binary101110101101001101001100101100101111011100111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69A6; }

 p { color: rgb(186,105,166); }

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

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

 a { background-color: rgb(186,105,166); }

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

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

 span { border-color: rgb(186,105,166); }

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