#BD98CF

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

Shades of Wisteria #BD98CF

Tints of Wisteria #BD98CF

Color information

#BD98CF (or 0xBD98CF) is unknown color: approx Wisteria. HEX triplet: BD, 98 and CF. RGB value is (189,152,207). Sum of RGB (Red+Green+Blue) = 189+152+207=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98CF is #426730. Grayscale: #A9A9A9. Windows color (decimal): -4351793 or 13605053. OLE color: 13605053.

HSL color Cylindrical-coordinate representation of color #BD98CF: hue angle of 280.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD98CF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189152207-
CMYK0.090.2700.19
HSL280.36º36.42%70.39%-
HSV(B)280.36º26.57%81.18%-
XYZ43.4837.7864.03-
YUV169.33149.26142.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=34.49%
G=27.74%
B=37.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891522070.090.2700.19280.3636.4270.39
HexBD98CF91B0131182446
Octal275230317113302343044106
Binary1011110110011000110011111001110110100111000110001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98CF; }

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

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

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

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

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

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

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

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