#BC7AA0

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

Shades of Bouquet #BC7AA0

Tints of Bouquet #BC7AA0

Color information

#BC7AA0 (or 0xBC7AA0) is unknown color: approx Bouquet. HEX triplet: BC, 7A and A0. RGB value is (188,122,160). Sum of RGB (Red+Green+Blue) = 188+122+160=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AA0 is #43855F. Grayscale: #919191. Windows color (decimal): -4425056 or 10517180. OLE color: 10517180.

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

Color convert

RGB188122160-
CMYK00.350.150.26
HSL325.45º33%60.78%-
HSV(B)325.45º35.11%73.73%-
XYZ34.0427.1536.7-
YUV146.07135.87157.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=40%
G=25.96%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812216000.350.150.26325.453360.78
HexBC7AA0023F1A145213d
Octal27417224004317325054175
Binary101111001111010101000000100011111111010101000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7AA0; }

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

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

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

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

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

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

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

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