#BC76AB

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

Shades of Bouquet #BC76AB

Tints of Bouquet #BC76AB

Color information

#BC76AB (or 0xBC76AB) is unknown color: approx Bouquet. HEX triplet: BC, 76 and AB. RGB value is (188,118,171). Sum of RGB (Red+Green+Blue) = 188+118+171=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76AB is #438954. Grayscale: #909090. Windows color (decimal): -4426069 or 11237052. OLE color: 11237052.

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

Color convert

RGB188118171-
CMYK00.370.090.26
HSL314.57º34.31%60%-
HSV(B)314.57º37.23%73.73%-
XYZ34.5726.5941.84-
YUV144.97142.69158.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=39.41%
G=24.74%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811817100.370.090.26314.5734.3160
HexBC76AB02591A13b223c
Octal27416625304511324734274
Binary101111001110110101010110100101100111010100111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76AB; }

 p { color: rgb(188,118,171); }

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

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

 a { background-color: rgb(188,118,171); }

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

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

 span { border-color: rgb(188,118,171); }

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