#BC80A9

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

Shades of Bouquet #BC80A9

Tints of Bouquet #BC80A9

Color information

#BC80A9 (or 0xBC80A9) is unknown color: approx Bouquet. HEX triplet: BC, 80 and A9. RGB value is (188,128,169). Sum of RGB (Red+Green+Blue) = 188+128+169=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80A9 is #437F56. Grayscale: #969696. Windows color (decimal): -4423511 or 11108540. OLE color: 11108540.

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

Color convert

RGB188128169-
CMYK00.320.100.26
HSL319º30.93%61.96%-
HSV(B)319º31.91%73.73%-
XYZ35.6228.9941.26-
YUV150.61138.38154.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=38.76%
G=26.39%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812816900.320.100.2631930.9361.96
HexBC80A9020A1A13f1f3e
Octal27420025104012324773776
Binary101111001000000010101001010000010101101010011111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80A9; }

 p { color: rgb(188,128,169); }

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

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

 a { background-color: rgb(188,128,169); }

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

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

 span { border-color: rgb(188,128,169); }

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