#BC87A5

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

Shades of Bouquet #BC87A5

Tints of Bouquet #BC87A5

Color information

#BC87A5 (or 0xBC87A5) is unknown color: approx Bouquet. HEX triplet: BC, 87 and A5. RGB value is (188,135,165). Sum of RGB (Red+Green+Blue) = 188+135+165=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87A5 is #43785A. Grayscale: #9A9A9A. Windows color (decimal): -4421723 or 10848188. OLE color: 10848188.

HSL color Cylindrical-coordinate representation of color #BC87A5: hue angle of 326.04º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC87A5 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188135165-
CMYK00.280.120.26
HSL326.04º28.34%63.33%-
HSV(B)326.04º28.19%73.73%-
XYZ36.1930.7439.62-
YUV154.27134.06152.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 165 (64.84% from 255) = 33.81%
R=38.52%
G=27.66%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813516500.280.120.26326.0428.3463.33
HexBC87A501CC1A1461c3f
Octal27420724503414325063477
Binary10111100100001111010010101110011001101010100011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87A5; }

 p { color: rgb(188,135,165); }

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

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

 a { background-color: rgb(188,135,165); }

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

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

 span { border-color: rgb(188,135,165); }

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