#BB99CD

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

Shades of Wisteria #BB99CD

Tints of Wisteria #BB99CD

Color information

#BB99CD (or 0xBB99CD) is unknown color: approx Wisteria. HEX triplet: BB, 99 and CD. RGB value is (187,153,205). Sum of RGB (Red+Green+Blue) = 187+153+205=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB99CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99CD is #446632. Grayscale: #A8A8A8. Windows color (decimal): -4482611 or 13474235. OLE color: 13474235.

HSL color Cylindrical-coordinate representation of color #BB99CD: hue angle of 279.23º degrees, saturation: 0.34, 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 #BB99CD is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187153205-
CMYK0.090.2500.20
HSL279.23º34.21%70.2%-
HSV(B)279.23º25.37%80.39%-
XYZ42.937.7662.78-
YUV169.09148.26140.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=34.31%
G=28.07%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871532050.090.2500.20279.2334.2170.2
HexBB99CD9190141172246
Octal273231315113102442742106
Binary1011101110011001110011011001110010101001000101111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99CD; }

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

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

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

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

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

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

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

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