#BC77AA

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

Shades of Bouquet #BC77AA

Tints of Bouquet #BC77AA

Color information

#BC77AA (or 0xBC77AA) is unknown color: approx Bouquet. HEX triplet: BC, 77 and AA. RGB value is (188,119,170). Sum of RGB (Red+Green+Blue) = 188+119+170=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AA is #438855. Grayscale: #919191. Windows color (decimal): -4425814 or 11171772. OLE color: 11171772.

HSL color Cylindrical-coordinate representation of color #BC77AA: hue angle of 315.65º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC77AA is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188119170-
CMYK00.370.100.26
HSL315.65º33.99%60.2%-
HSV(B)315.65º36.7%73.73%-
XYZ34.5926.7941.38-
YUV145.44141.86158.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=39.41%
G=24.95%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811917000.370.100.26315.6533.9960.2
HexBC77AA025A1A13c223c
Octal27416725204512324744274
Binary101111001110111101010100100101101011010100111100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77AA; }

 p { color: rgb(188,119,170); }

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

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

 a { background-color: rgb(188,119,170); }

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

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

 span { border-color: rgb(188,119,170); }

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