#BD99CD

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

Shades of Wisteria #BD99CD

Tints of Wisteria #BD99CD

Color information

#BD99CD (or 0xBD99CD) is unknown color: approx Wisteria. HEX triplet: BD, 99 and CD. RGB value is (189,153,205). Sum of RGB (Red+Green+Blue) = 189+153+205=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD99CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99CD is #426632. Grayscale: #A9A9A9. Windows color (decimal): -4351539 or 13474237. OLE color: 13474237.

HSL color Cylindrical-coordinate representation of color #BD99CD: hue angle of 281.54º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD99CD is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189153205-
CMYK0.080.2500.20
HSL281.54º34.21%70.2%-
HSV(B)281.54º25.37%80.39%-
XYZ43.438.0162.81-
YUV169.69147.93141.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=34.55%
G=27.97%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891532050.080.2500.20281.5434.2170.2
HexBD99CD81901411a2246
Octal275231315103102443242106
Binary1011110110011001110011011000110010101001000110101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD99CD; }

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

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

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

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

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

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

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

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