#BA99D0

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

Shades of Wisteria #BA99D0

Tints of Wisteria #BA99D0

Color information

#BA99D0 (or 0xBA99D0) is unknown color: approx Wisteria. HEX triplet: BA, 99 and D0. RGB value is (186,153,208). Sum of RGB (Red+Green+Blue) = 186+153+208=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99D0 is #45662F. Grayscale: #A8A8A8. Windows color (decimal): -4548144 or 13670842. OLE color: 13670842.

HSL color Cylindrical-coordinate representation of color #BA99D0: hue angle of 276º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA99D0 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186153208-
CMYK0.110.2600.18
HSL276º36.91%70.78%-
HSV(B)276º26.44%81.57%-
XYZ43.0337.7864.7-
YUV169.14149.93140.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=34.00%
G=27.97%
B=38.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861532080.110.2600.1827636.9170.78
HexBA99D0B1A0121142547
Octal272231320133202242445107
Binary1011101010011001110100001011110100100101000101001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99D0; }

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

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

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

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

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

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

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

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