#BB99CB

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

Shades of Wisteria #BB99CB

Tints of Wisteria #BB99CB

Color information

#BB99CB (or 0xBB99CB) is unknown color: approx Wisteria. HEX triplet: BB, 99 and CB. RGB value is (187,153,203). Sum of RGB (Red+Green+Blue) = 187+153+203=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99CB is #446634. Grayscale: #A8A8A8. Windows color (decimal): -4482613 or 13343163. OLE color: 13343163.

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

Color convert

RGB187153203-
CMYK0.080.2500.20
HSL280.8º32.47%69.8%-
HSV(B)280.8º24.63%79.61%-
XYZ42.6637.6661.52-
YUV168.87147.26140.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=34.44%
G=28.18%
B=37.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871532030.080.2500.20280.832.4769.8
HexBB99CB8190141192046
Octal273231313103102443140106
Binary1011101110011001110010111000110010101001000110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99CB; }

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

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

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

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

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

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

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

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