#BC80AA

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

Shades of Bouquet #BC80AA

Tints of Bouquet #BC80AA

Color information

#BC80AA (or 0xBC80AA) is unknown color: approx Bouquet. HEX triplet: BC, 80 and AA. RGB value is (188,128,170). Sum of RGB (Red+Green+Blue) = 188+128+170=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80AA is #437F55. Grayscale: #969696. Windows color (decimal): -4423510 or 11174076. OLE color: 11174076.

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

Color convert

RGB188128170-
CMYK00.320.100.26
HSL318º30.93%61.96%-
HSV(B)318º31.91%73.73%-
XYZ35.7129.0341.75-
YUV150.73138.88154.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=38.68%
G=26.34%
B=34.98%

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
Decimal18812817000.320.100.2631830.9361.96
HexBC80AA020A1A13e1f3e
Octal27420025204012324763776
Binary101111001000000010101010010000010101101010011111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80AA; }

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

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

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

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

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

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

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

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