#BD98D1

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

Shades of Wisteria #BD98D1

Tints of Wisteria #BD98D1

Color information

#BD98D1 (or 0xBD98D1) is unknown color: approx Wisteria. HEX triplet: BD, 98 and D1. RGB value is (189,152,209). Sum of RGB (Red+Green+Blue) = 189+152+209=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98D1 is #42672E. Grayscale: #A9A9A9. Windows color (decimal): -4351791 or 13736125. OLE color: 13736125.

HSL color Cylindrical-coordinate representation of color #BD98D1: hue angle of 278.95º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD98D1 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189152209-
CMYK0.100.2700.18
HSL278.95º38.26%70.78%-
HSV(B)278.95º27.27%81.96%-
XYZ43.7237.8865.33-
YUV169.56150.26141.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 209 (82.03% from 255) = 38%
R=34.36%
G=27.64%
B=38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891522090.100.2700.18278.9538.2670.78
HexBD98D1A1B0121172647
Octal275230321123302242746107
Binary1011110110011000110100011010110110100101000101111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98D1; }

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

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

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

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

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

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

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

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