#BD98D8

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

Shades of Wisteria #BD98D8

Tints of Wisteria #BD98D8

Color information

#BD98D8 (or 0xBD98D8) is unknown color: approx Wisteria. HEX triplet: BD, 98 and D8. RGB value is (189,152,216). Sum of RGB (Red+Green+Blue) = 189+152+216=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98D8 is #426727. Grayscale: #AAAAAA. Windows color (decimal): -4351784 or 14194877. OLE color: 14194877.

HSL color Cylindrical-coordinate representation of color #BD98D8: hue angle of 274.69º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD98D8 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189152216-
CMYK0.120.3000.15
HSL274.69º45.07%72.16%-
HSV(B)274.69º29.63%84.71%-
XYZ44.6138.2369.99-
YUV170.36153.76141.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=33.93%
G=27.29%
B=38.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891522160.120.3000.15274.6945.0772.16
HexBD98D8C1E0F1132d48
Octal275230330143601742355110
Binary101111011001100011011000110011110011111000100111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98D8; }

 p { color: rgb(189,152,216); }

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

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

 a { background-color: rgb(189,152,216); }

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

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

 span { border-color: rgb(189,152,216); }

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