#BA99CB

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

Shades of Wisteria #BA99CB

Tints of Wisteria #BA99CB

Color information

#BA99CB (or 0xBA99CB) is unknown color: approx Wisteria. HEX triplet: BA, 99 and CB. RGB value is (186,153,203). Sum of RGB (Red+Green+Blue) = 186+153+203=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99CB is #456634. Grayscale: #A8A8A8. Windows color (decimal): -4548149 or 13343162. OLE color: 13343162.

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

Color convert

RGB186153203-
CMYK0.080.2500.20
HSL279.6º32.47%69.8%-
HSV(B)279.6º24.63%79.61%-
XYZ42.4237.5361.51-
YUV168.57147.43140.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=34.32%
G=28.23%
B=37.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861532030.080.2500.20279.632.4769.8
HexBA99CB8190141182046
Octal272231313103102443040106
Binary1011101010011001110010111000110010101001000110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99CB; }

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

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

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

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

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

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

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

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