#BB98CA

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

Shades of Wisteria #BB98CA

Tints of Wisteria #BB98CA

Color information

#BB98CA (or 0xBB98CA) is unknown color: approx Wisteria. HEX triplet: BB, 98 and CA. RGB value is (187,152,202). Sum of RGB (Red+Green+Blue) = 187+152+202=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98CA is #446735. Grayscale: #A8A8A8. Windows color (decimal): -4482870 or 13277371. OLE color: 13277371.

HSL color Cylindrical-coordinate representation of color #BB98CA: hue angle of 282º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB98CA is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187152202-
CMYK0.070.2500.21
HSL282º32.05%69.41%-
HSV(B)282º24.75%79.22%-
XYZ42.3837.2960.84-
YUV168.16147.1141.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=34.57%
G=28.10%
B=37.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871522020.070.2500.2128232.0569.41
HexBB98CA71901511a2045
Octal27323031273102543240105
Binary101110111001100011001010111110010101011000110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98CA; }

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

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

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

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

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

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

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

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