#BD9CCD

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

Shades of Wisteria #BD9CCD

Tints of Wisteria #BD9CCD

Color information

#BD9CCD (or 0xBD9CCD) is unknown color: approx Wisteria. HEX triplet: BD, 9C and CD. RGB value is (189,156,205). Sum of RGB (Red+Green+Blue) = 189+156+205=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 156 (61.33% from 255 or 28.36% 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 #BD9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CCD is #426332. Grayscale: #ABABAB. Windows color (decimal): -4350771 or 13475005. OLE color: 13475005.

HSL color Cylindrical-coordinate representation of color #BD9CCD: hue angle of 280.41º 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 #BD9CCD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189156205-
CMYK0.080.2400.20
HSL280.41º32.89%70.78%-
HSV(B)280.41º23.9%80.39%-
XYZ43.893962.97-
YUV171.45146.93140.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=34.36%
G=28.36%
B=37.27%

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
Decimal1891562050.080.2400.20280.4132.8970.78
HexBD9CCD8180141182147
Octal275234315103002443041107
Binary1011110110011100110011011000110000101001000110001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CCD; }

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

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

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

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

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

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

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

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