#BB9FCA

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

Shades of Wisteria #BB9FCA

Tints of Wisteria #BB9FCA

Color information

#BB9FCA (or 0xBB9FCA) is unknown color: approx Wisteria. HEX triplet: BB, 9F and CA. RGB value is (187,159,202). Sum of RGB (Red+Green+Blue) = 187+159+202=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB9FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FCA is #446035. Grayscale: #ACACAC. Windows color (decimal): -4481078 or 13279163. OLE color: 13279163.

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

Color convert

RGB187159202-
CMYK0.070.2100.21
HSL279.07º28.86%70.78%-
HSV(B)279.07º21.29%79.22%-
XYZ43.5539.6361.23-
YUV172.27144.78138.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=34.12%
G=29.01%
B=36.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871592020.070.2100.21279.0728.8670.78
HexBB9FCA7150151171d47
Octal27323731272502542735107
Binary10111011100111111100101011110101010101100010111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FCA; }

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

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

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

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

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

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

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

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