#BBA0CA

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

Shades of Wisteria #BBA0CA

Tints of Wisteria #BBA0CA

Color information

#BBA0CA (or 0xBBA0CA) is unknown color: approx Wisteria. HEX triplet: BB, A0 and CA. RGB value is (187,160,202). Sum of RGB (Red+Green+Blue) = 187+160+202=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0CA is #445F35. Grayscale: #ACACAC. Windows color (decimal): -4480822 or 13279419. OLE color: 13279419.

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

Color convert

RGB187160202-
CMYK0.070.2100.21
HSL278.57º28.38%70.98%-
HSV(B)278.57º20.79%79.22%-
XYZ43.7239.9761.29-
YUV172.86144.45138.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=34.06%
G=29.14%
B=36.79%

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
Decimal1871602020.070.2100.21278.5728.3870.98
HexBBA0CA7150151171c47
Octal27324031272502542734107
Binary10111011101000001100101011110101010101100010111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0CA; }

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

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

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

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

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

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

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

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