#BB9ECA

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

Shades of Wisteria #BB9ECA

Tints of Wisteria #BB9ECA

Color information

#BB9ECA (or 0xBB9ECA) is unknown color: approx Wisteria. HEX triplet: BB, 9E and CA. RGB value is (187,158,202). Sum of RGB (Red+Green+Blue) = 187+158+202=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB9ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ECA is #446135. Grayscale: #ABABAB. Windows color (decimal): -4481334 or 13278907. OLE color: 13278907.

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

Color convert

RGB187158202-
CMYK0.070.2200.21
HSL279.55º29.33%70.59%-
HSV(B)279.55º21.78%79.22%-
XYZ43.3839.2861.17-
YUV171.69145.11138.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=34.19%
G=28.88%
B=36.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871582020.070.2200.21279.5529.3370.59
HexBB9ECA7160151181d47
Octal27323631272602543035107
Binary10111011100111101100101011110110010101100011000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ECA; }

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

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

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

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

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

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

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

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