#BB98CC

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

Shades of Wisteria #BB98CC

Tints of Wisteria #BB98CC

Color information

#BB98CC (or 0xBB98CC) is unknown color: approx Wisteria. HEX triplet: BB, 98 and CC. RGB value is (187,152,204). Sum of RGB (Red+Green+Blue) = 187+152+204=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98CC is #446733. Grayscale: #A8A8A8. Windows color (decimal): -4482868 or 13408443. OLE color: 13408443.

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

Color convert

RGB187152204-
CMYK0.080.2500.2
HSL280.38º33.77%69.8%-
HSV(B)280.38º25.49%80%-
XYZ42.6237.3862.1-
YUV168.39148.1141.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=34.44%
G=27.99%
B=37.57%

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
Decimal1871522040.080.2500.2280.3833.7769.8
HexBB98CC8190141182246
Octal273230314103102443042106
Binary1011101110011000110011001000110010101001000110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98CC; }

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

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

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

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

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

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

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

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