#BB98D1

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

Shades of Wisteria #BB98D1

Tints of Wisteria #BB98D1

Color information

#BB98D1 (or 0xBB98D1) is unknown color: approx Wisteria. HEX triplet: BB, 98 and D1. RGB value is (187,152,209). Sum of RGB (Red+Green+Blue) = 187+152+209=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98D1 is #44672E. Grayscale: #A8A8A8. Windows color (decimal): -4482863 or 13736123. OLE color: 13736123.

HSL color Cylindrical-coordinate representation of color #BB98D1: hue angle of 276.84º 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 #BB98D1 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187152209-
CMYK0.110.2700.18
HSL276.84º38.26%70.78%-
HSV(B)276.84º27.27%81.96%-
XYZ43.2337.6265.31-
YUV168.96150.6140.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=34.12%
G=27.74%
B=38.14%

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
Decimal1871522090.110.2700.18276.8438.2670.78
HexBB98D1B1B0121152647
Octal273230321133302242546107
Binary1011101110011000110100011011110110100101000101011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98D1; }

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

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

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

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

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

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

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

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