#BB9BCD

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

Shades of Wisteria #BB9BCD

Tints of Wisteria #BB9BCD

Color information

#BB9BCD (or 0xBB9BCD) is unknown color: approx Wisteria. HEX triplet: BB, 9B and CD. RGB value is (187,155,205). Sum of RGB (Red+Green+Blue) = 187+155+205=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 155 (60.94% from 255 or 28.34% 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 #BB9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BCD is #446432. Grayscale: #AAAAAA. Windows color (decimal): -4482099 or 13474747. OLE color: 13474747.

HSL color Cylindrical-coordinate representation of color #BB9BCD: hue angle of 278.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9BCD is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187155205-
CMYK0.090.2400.20
HSL278.4º33.33%70.59%-
HSV(B)278.4º24.39%80.39%-
XYZ43.2338.4262.89-
YUV170.27147.6139.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=34.19%
G=28.34%
B=37.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871552050.090.2400.20278.433.3370.59
HexBB9BCD9180141162147
Octal273233315113002442641107
Binary1011101110011011110011011001110000101001000101101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BCD; }

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

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

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

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

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

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

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

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