#BC9DCD

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

Shades of Wisteria #BC9DCD

Tints of Wisteria #BC9DCD

Color information

#BC9DCD (or 0xBC9DCD) is unknown color: approx Wisteria. HEX triplet: BC, 9D and CD. RGB value is (188,157,205). Sum of RGB (Red+Green+Blue) = 188+157+205=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DCD is #436232. Grayscale: #ABABAB. Windows color (decimal): -4416051 or 13475260. OLE color: 13475260.

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

Color convert

RGB188157205-
CMYK0.080.2300.20
HSL278.75º32.43%70.98%-
HSV(B)278.75º23.41%80.39%-
XYZ43.8239.2163.02-
YUV171.74146.77139.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=34.18%
G=28.55%
B=37.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881572050.080.2300.20278.7532.4370.98
HexBC9DCD8170141172047
Octal274235315102702442740107
Binary1011110010011101110011011000101110101001000101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DCD; }

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

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

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

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

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

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

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

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