#BC9EC9

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

Shades of Wisteria #BC9EC9

Tints of Wisteria #BC9EC9

Color information

#BC9EC9 (or 0xBC9EC9) is unknown color: approx Wisteria. HEX triplet: BC, 9E and C9. RGB value is (188,158,201). Sum of RGB (Red+Green+Blue) = 188+158+201=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC9EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EC9 is #436136. Grayscale: #ABABAB. Windows color (decimal): -4415799 or 13213372. OLE color: 13213372.

HSL color Cylindrical-coordinate representation of color #BC9EC9: hue angle of 281.86º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC9EC9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188158201-
CMYK0.060.2100.21
HSL281.86º28.48%70.39%-
HSV(B)281.86º21.39%78.82%-
XYZ43.5139.3660.56-
YUV171.87144.44139.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 201 (78.91% from 255) = 36.75%
R=34.37%
G=28.88%
B=36.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881582010.060.2100.21281.8628.4870.39
HexBC9EC961501511a1c46
Octal27423631162502543234106
Binary10111100100111101100100111010101010101100011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9EC9; }

 p { color: rgb(188,158,201); }

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

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

 a { background-color: rgb(188,158,201); }

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

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

 span { border-color: rgb(188,158,201); }

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