#BC9ACE

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

Shades of Wisteria #BC9ACE

Tints of Wisteria #BC9ACE

Color information

#BC9ACE (or 0xBC9ACE) is unknown color: approx Wisteria. HEX triplet: BC, 9A and CE. RGB value is (188,154,206). Sum of RGB (Red+Green+Blue) = 188+154+206=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ACE is #436531. Grayscale: #A9A9A9. Windows color (decimal): -4416818 or 13540028. OLE color: 13540028.

HSL color Cylindrical-coordinate representation of color #BC9ACE: hue angle of 279.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC9ACE is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188154206-
CMYK0.090.2500.19
HSL279.23º34.67%70.59%-
HSV(B)279.23º25.24%80.78%-
XYZ43.4438.2663.49-
YUV170.09148.26140.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=34.31%
G=28.10%
B=37.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881542060.090.2500.19279.2334.6770.59
HexBC9ACE9190131172347
Octal274232316113102342743107
Binary1011110010011010110011101001110010100111000101111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9ACE; }

 p { color: rgb(188,154,206); }

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

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

 a { background-color: rgb(188,154,206); }

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

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

 span { border-color: rgb(188,154,206); }

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