#BC6AA2

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

Shades of Bouquet #BC6AA2

Tints of Bouquet #BC6AA2

Color information

#BC6AA2 (or 0xBC6AA2) is unknown color: approx Bouquet. HEX triplet: BC, 6A and A2. RGB value is (188,106,162). Sum of RGB (Red+Green+Blue) = 188+106+162=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6AA2 is #43955D. Grayscale: #888888. Windows color (decimal): -4429150 or 10644156. OLE color: 10644156.

HSL color Cylindrical-coordinate representation of color #BC6AA2: hue angle of 319.02º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6AA2 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB188106162-
CMYK00.440.140.26
HSL319.02º37.96%57.65%-
HSV(B)319.02º43.62%73.73%-
XYZ32.4123.6137.03-
YUV136.9142.17164.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 162 (63.67% from 255) = 35.53%
R=41.23%
G=23.25%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810616200.440.140.26319.0237.9657.65
HexBC6AA202CE1A13f263a
Octal27415224205416324774672
Binary101111001101010101000100101100111011010100111111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6AA2; }

 p { color: rgb(188,106,162); }

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

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

 a { background-color: rgb(188,106,162); }

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

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

 span { border-color: rgb(188,106,162); }

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