#BD90DE

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

Shades of Wisteria #BD90DE

Tints of Wisteria #BD90DE

Color information

#BD90DE (or 0xBD90DE) is unknown color: approx Wisteria. HEX triplet: BD, 90 and DE. RGB value is (189,144,222). Sum of RGB (Red+Green+Blue) = 189+144+222=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90DE is #426F21. Grayscale: #A6A6A6. Windows color (decimal): -4353826 or 14586045. OLE color: 14586045.

HSL color Cylindrical-coordinate representation of color #BD90DE: hue angle of 274.62º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD90DE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189144222-
CMYK0.150.3500.13
HSL274.62º54.17%71.76%-
HSV(B)274.62º35.14%87.06%-
XYZ44.1436.0473.74-
YUV166.35159.41144.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 222 (87.11% from 255) = 40%
R=34.05%
G=25.95%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891442220.150.3500.13274.6254.1771.76
HexBD90DEF230D1133648
Octal275220336174301542366110
Binary1011110110010000110111101111100011011011000100111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90DE; }

 p { color: rgb(189,144,222); }

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

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

 a { background-color: rgb(189,144,222); }

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

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

 span { border-color: rgb(189,144,222); }

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