#BB99D1

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

Shades of Wisteria #BB99D1

Tints of Wisteria #BB99D1

Color information

#BB99D1 (or 0xBB99D1) is unknown color: approx Wisteria. HEX triplet: BB, 99 and D1. RGB value is (187,153,209). Sum of RGB (Red+Green+Blue) = 187+153+209=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99D1 is #44662E. Grayscale: #A9A9A9. Windows color (decimal): -4482607 or 13736379. OLE color: 13736379.

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

Color convert

RGB187153209-
CMYK0.110.2700.18
HSL276.43º37.84%70.98%-
HSV(B)276.43º26.79%81.96%-
XYZ43.3937.9565.36-
YUV169.55150.26140.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 209 (82.03% from 255) = 38.07%
R=34.06%
G=27.87%
B=38.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871532090.110.2700.18276.4337.8470.98
HexBB99D1B1B0121142647
Octal273231321133302242446107
Binary1011101110011001110100011011110110100101000101001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99D1; }

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

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

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

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

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

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

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

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