#BA99CA

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

Shades of Wisteria #BA99CA

Tints of Wisteria #BA99CA

Color information

#BA99CA (or 0xBA99CA) is unknown color: approx Wisteria. HEX triplet: BA, 99 and CA. RGB value is (186,153,202). Sum of RGB (Red+Green+Blue) = 186+153+202=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99CA is #456635. Grayscale: #A8A8A8. Windows color (decimal): -4548150 or 13277626. OLE color: 13277626.

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

Color convert

RGB186153202-
CMYK0.080.2400.21
HSL280.41º31.61%69.61%-
HSV(B)280.41º24.26%79.22%-
XYZ42.337.4960.88-
YUV168.45146.93140.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=34.38%
G=28.28%
B=37.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861532020.080.2400.21280.4131.6169.61
HexBA99CA8180151182046
Octal272231312103002543040106
Binary1011101010011001110010101000110000101011000110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99CA; }

 p { color: rgb(186,153,202); }

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

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

 a { background-color: rgb(186,153,202); }

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

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

 span { border-color: rgb(186,153,202); }

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