#BC7AA2

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

Shades of Bouquet #BC7AA2

Tints of Bouquet #BC7AA2

Color information

#BC7AA2 (or 0xBC7AA2) is unknown color: approx Bouquet. HEX triplet: BC, 7A and A2. RGB value is (188,122,162). Sum of RGB (Red+Green+Blue) = 188+122+162=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AA2 is #43855D. Grayscale: #929292. Windows color (decimal): -4425054 or 10648252. OLE color: 10648252.

HSL color Cylindrical-coordinate representation of color #BC7AA2: hue angle of 323.64º 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 #BC7AA2 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB188122162-
CMYK00.350.140.26
HSL323.64º33%60.78%-
HSV(B)323.64º35.11%73.73%-
XYZ34.2227.2237.63-
YUV146.29136.87157.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 162 (63.67% from 255) = 34.32%
R=39.83%
G=25.85%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812216200.350.140.26323.643360.78
HexBC7AA2023E1A144213d
Octal27417224204316325044175
Binary101111001111010101000100100011111011010101000100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7AA2; }

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

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

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

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

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

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

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

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