#BB9CCA

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

Shades of Wisteria #BB9CCA

Tints of Wisteria #BB9CCA

Color information

#BB9CCA (or 0xBB9CCA) is unknown color: approx Wisteria. HEX triplet: BB, 9C and CA. RGB value is (187,156,202). Sum of RGB (Red+Green+Blue) = 187+156+202=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB9CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CCA is #446335. Grayscale: #AAAAAA. Windows color (decimal): -4481846 or 13278395. OLE color: 13278395.

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

Color convert

RGB187156202-
CMYK0.070.2300.21
HSL280.43º30.26%70.2%-
HSV(B)280.43º22.77%79.22%-
XYZ43.0438.6161.06-
YUV170.51145.77139.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=34.31%
G=28.62%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871562020.070.2300.21280.4330.2670.2
HexBB9CCA7170151181e46
Octal27323431272702543036106
Binary10111011100111001100101011110111010101100011000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CCA; }

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

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

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

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

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

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

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

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