#BC9CCD

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

Shades of Wisteria #BC9CCD

Tints of Wisteria #BC9CCD

Color information

#BC9CCD (or 0xBC9CCD) is unknown color: approx Wisteria. HEX triplet: BC, 9C and CD. RGB value is (188,156,205). Sum of RGB (Red+Green+Blue) = 188+156+205=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CCD is #436332. Grayscale: #AAAAAA. Windows color (decimal): -4416307 or 13475004. OLE color: 13475004.

HSL color Cylindrical-coordinate representation of color #BC9CCD: hue angle of 279.18º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC9CCD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188156205-
CMYK0.080.2400.20
HSL279.18º32.89%70.78%-
HSV(B)279.18º23.9%80.39%-
XYZ43.6538.8862.96-
YUV171.15147.1140.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=34.24%
G=28.42%
B=37.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881562050.080.2400.20279.1832.8970.78
HexBC9CCD8180141172147
Octal274234315103002442741107
Binary1011110010011100110011011000110000101001000101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CCD; }

 p { color: rgb(188,156,205); }

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

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

 a { background-color: rgb(188,156,205); }

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

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

 span { border-color: rgb(188,156,205); }

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