#BB9FCC

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

Shades of Wisteria #BB9FCC

Tints of Wisteria #BB9FCC

Color information

#BB9FCC (or 0xBB9FCC) is unknown color: approx Wisteria. HEX triplet: BB, 9F and CC. RGB value is (187,159,204). Sum of RGB (Red+Green+Blue) = 187+159+204=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FCC is #446033. Grayscale: #ACACAC. Windows color (decimal): -4481076 or 13410235. OLE color: 13410235.

HSL color Cylindrical-coordinate representation of color #BB9FCC: hue angle of 277.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB9FCC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187159204-
CMYK0.080.2200.2
HSL277.33º30.61%71.18%-
HSV(B)277.33º22.06%80%-
XYZ43.7939.7262.49-
YUV172.5145.78138.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=34%
G=28.91%
B=37.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871592040.080.2200.2277.3330.6171.18
HexBB9FCC8160141151f47
Octal273237314102602442537107
Binary101110111001111111001100100010110010100100010101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FCC; }

 p { color: rgb(187,159,204); }

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

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

 a { background-color: rgb(187,159,204); }

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

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

 span { border-color: rgb(187,159,204); }

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