#BD99D9

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

Shades of Wisteria #BD99D9

Tints of Wisteria #BD99D9

Color information

#BD99D9 (or 0xBD99D9) is unknown color: approx Wisteria. HEX triplet: BD, 99 and D9. RGB value is (189,153,217). Sum of RGB (Red+Green+Blue) = 189+153+217=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99D9 is #426626. Grayscale: #AAAAAA. Windows color (decimal): -4351527 or 14260669. OLE color: 14260669.

HSL color Cylindrical-coordinate representation of color #BD99D9: hue angle of 273.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD99D9 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189153217-
CMYK0.130.2900.15
HSL273.75º45.71%72.55%-
HSV(B)273.75º29.49%85.1%-
XYZ44.938.6170.73-
YUV171.06153.93140.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=33.81%
G=27.37%
B=38.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891532170.130.2900.15273.7545.7172.55
HexBD99D9D1D0F1122e49
Octal275231331153501742256111
Binary101111011001100111011001110111101011111000100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD99D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD99D9; }

 p { color: rgb(189,153,217); }

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

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

 a { background-color: rgb(189,153,217); }

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

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

 span { border-color: rgb(189,153,217); }

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