#BB9BD0

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

Shades of Wisteria #BB9BD0

Tints of Wisteria #BB9BD0

Color information

#BB9BD0 (or 0xBB9BD0) is unknown color: approx Wisteria. HEX triplet: BB, 9B and D0. RGB value is (187,155,208). Sum of RGB (Red+Green+Blue) = 187+155+208=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BD0 is #44642F. Grayscale: #AAAAAA. Windows color (decimal): -4482096 or 13671355. OLE color: 13671355.

HSL color Cylindrical-coordinate representation of color #BB9BD0: hue angle of 276.23º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB9BD0 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187155208-
CMYK0.100.2500.18
HSL276.23º36.05%71.18%-
HSV(B)276.23º25.48%81.57%-
XYZ43.638.5664.82-
YUV170.61149.1139.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=34%
G=28.18%
B=37.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871552080.100.2500.18276.2336.0571.18
HexBB9BD0A190121142447
Octal273233320123102242444107
Binary1011101110011011110100001010110010100101000101001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BD0; }

 p { color: rgb(187,155,208); }

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

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

 a { background-color: rgb(187,155,208); }

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

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

 span { border-color: rgb(187,155,208); }

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