#BC7AAC

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

Shades of Bouquet #BC7AAC

Tints of Bouquet #BC7AAC

Color information

#BC7AAC (or 0xBC7AAC) is unknown color: approx Bouquet. HEX triplet: BC, 7A and AC. RGB value is (188,122,172). Sum of RGB (Red+Green+Blue) = 188+122+172=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AAC is #438553. Grayscale: #939393. Windows color (decimal): -4425044 or 11303612. OLE color: 11303612.

HSL color Cylindrical-coordinate representation of color #BC7AAC: hue angle of 314.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7AAC is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188122172-
CMYK00.350.090.26
HSL314.55º33%60.78%-
HSV(B)314.55º35.11%73.73%-
XYZ35.1427.5942.5-
YUV147.43141.87156.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=39.00%
G=25.31%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812217200.350.090.26314.553360.78
HexBC7AAC02391A13b213d
Octal27417225404311324734175
Binary101111001111010101011000100011100111010100111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7AAC; }

 p { color: rgb(188,122,172); }

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

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

 a { background-color: rgb(188,122,172); }

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

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

 span { border-color: rgb(188,122,172); }

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