#BB99CF

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

Shades of Wisteria #BB99CF

Tints of Wisteria #BB99CF

Color information

#BB99CF (or 0xBB99CF) is unknown color: approx Wisteria. HEX triplet: BB, 99 and CF. RGB value is (187,153,207). Sum of RGB (Red+Green+Blue) = 187+153+207=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99CF is #446630. Grayscale: #A9A9A9. Windows color (decimal): -4482609 or 13605307. OLE color: 13605307.

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

Color convert

RGB187153207-
CMYK0.100.2600.19
HSL277.78º36%70.59%-
HSV(B)277.78º26.09%81.18%-
XYZ43.1537.8564.06-
YUV169.32149.26140.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=34.19%
G=27.97%
B=37.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871532070.100.2600.19277.783670.59
HexBB99CFA1A0131162447
Octal273231317123202342644107
Binary1011101110011001110011111010110100100111000101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99CF; }

 p { color: rgb(187,153,207); }

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

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

 a { background-color: rgb(187,153,207); }

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

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

 span { border-color: rgb(187,153,207); }

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