#BB97CA

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

Shades of Wisteria #BB97CA

Tints of Wisteria #BB97CA

Color information

#BB97CA (or 0xBB97CA) is unknown color: approx Wisteria. HEX triplet: BB, 97 and CA. RGB value is (187,151,202). Sum of RGB (Red+Green+Blue) = 187+151+202=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97CA is #446835. Grayscale: #A7A7A7. Windows color (decimal): -4483126 or 13277115. OLE color: 13277115.

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

Color convert

RGB187151202-
CMYK0.070.2500.21
HSL282.35º32.48%69.22%-
HSV(B)282.35º25.25%79.22%-
XYZ42.2236.9660.79-
YUV167.58147.43141.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 151 (59.38% from 255) = 27.96%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=34.63%
G=27.96%
B=37.41%

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
Decimal1871512020.070.2500.21282.3532.4869.22
HexBB97CA71901511a2045
Octal27322731273102543240105
Binary101110111001011111001010111110010101011000110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97CA; }

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

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

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

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

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

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

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

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