#BB99CC

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

Shades of Wisteria #BB99CC

Tints of Wisteria #BB99CC

Color information

#BB99CC (or 0xBB99CC) is unknown color: approx Wisteria. HEX triplet: BB, 99 and CC. RGB value is (187,153,204). Sum of RGB (Red+Green+Blue) = 187+153+204=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99CC is #446633. Grayscale: #A8A8A8. Windows color (decimal): -4482612 or 13408699. OLE color: 13408699.

HSL color Cylindrical-coordinate representation of color #BB99CC: hue angle of 280º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB99CC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187153204-
CMYK0.080.2500.2
HSL280º33.33%70%-
HSV(B)280º25%80%-
XYZ42.7837.7162.15-
YUV168.98147.76140.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=34.38%
G=28.12%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871532040.080.2500.228033.3370
HexBB99CC8190141182146
Octal273231314103102443041106
Binary1011101110011001110011001000110010101001000110001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99CC; }

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

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

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

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

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

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

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

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