#BB99C8

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

Shades of Wisteria #BB99C8

Tints of Wisteria #BB99C8

Color information

#BB99C8 (or 0xBB99C8) is unknown color: approx Wisteria. HEX triplet: BB, 99 and C8. RGB value is (187,153,200). Sum of RGB (Red+Green+Blue) = 187+153+200=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB99C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99C8 is #446637. Grayscale: #A8A8A8. Windows color (decimal): -4482616 or 13146555. OLE color: 13146555.

HSL color Cylindrical-coordinate representation of color #BB99C8: hue angle of 283.4º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB99C8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187153200-
CMYK0.060.2400.22
HSL283.4º29.94%69.22%-
HSV(B)283.4º23.5%78.43%-
XYZ42.3137.5259.66-
YUV168.52145.76141.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=34.63%
G=28.33%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871532000.060.2400.22283.429.9469.22
HexBB99C861801611b1e45
Octal27323131063002643336105
Binary10111011100110011100100011011000010110100011011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99C8; }

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

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

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

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

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

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

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

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