#BD9DCA

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

Shades of Wisteria #BD9DCA

Tints of Wisteria #BD9DCA

Color information

#BD9DCA (or 0xBD9DCA) is unknown color: approx Wisteria. HEX triplet: BD, 9D and CA. RGB value is (189,157,202). Sum of RGB (Red+Green+Blue) = 189+157+202=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD9DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DCA is #426235. Grayscale: #ABABAB. Windows color (decimal): -4350518 or 13278653. OLE color: 13278653.

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

Color convert

RGB189157202-
CMYK0.060.2200.21
HSL282.67º29.8%70.39%-
HSV(B)282.67º22.28%79.22%-
XYZ43.739.261.14-
YUV171.7145.1140.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=34.49%
G=28.65%
B=36.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891572020.060.2200.21282.6729.870.39
HexBD9DCA61601511b1e46
Octal27523531262602543336106
Binary10111101100111011100101011010110010101100011011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DCA; }

 p { color: rgb(189,157,202); }

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

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

 a { background-color: rgb(189,157,202); }

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

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

 span { border-color: rgb(189,157,202); }

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