#B99ACD

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

Shades of Wisteria #B99ACD

Tints of Wisteria #B99ACD

Color information

#B99ACD (or 0xB99ACD) is unknown color: approx Wisteria. HEX triplet: B9, 9A and CD. RGB value is (185,154,205). Sum of RGB (Red+Green+Blue) = 185+154+205=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #B99ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ACD is #466532. Grayscale: #A8A8A8. Windows color (decimal): -4613427 or 13474489. OLE color: 13474489.

HSL color Cylindrical-coordinate representation of color #B99ACD: hue angle of 276.47º 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 #B99ACD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185154205-
CMYK0.100.2500.20
HSL276.47º33.77%70.39%-
HSV(B)276.47º24.88%80.39%-
XYZ42.5837.8362.82-
YUV169.08148.27139.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=34.01%
G=28.31%
B=37.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851542050.100.2500.20276.4733.7770.39
HexB99ACDA190141142246
Octal271232315123102442442106
Binary1011100110011010110011011010110010101001000101001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ACD; }

 p { color: rgb(185,154,205); }

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

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

 a { background-color: rgb(185,154,205); }

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

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

 span { border-color: rgb(185,154,205); }

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