Html Css Color HEX #BA9ACC Wisteria

📋 copy color: '#BA9ACC'

red 186 ◦ green 154 ◦ blue 204

#BA9ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #BA9ACC

Tints of Wisteria #BA9ACC

RGB

 RED value IS 186 (73.05% from 255) = 34.19%

 GREEN value IS 154 (60.55% from 255) = 28.31%

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 34.19%
G = 28.31%
B = 37.5%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA9ACC (or 0xBA9ACC) is known color: Wisteria. HEX triplet: BA, 9A and CC. RGB value is (186,154,204). Sum of RGB (Red+Green+Blue) = 186+154+204=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ACC is #456533. Grayscale: #A9A9A9. Windows color (decimal): -4547892 or 13408954. OLE color: 13408954.

HSL color Cylindrical-coordinate representation of color #BA9ACC: hue angle of 278.4º degrees, saturation: 0.33, 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 #BA9ACC is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 154 204 -
CMYK 0.09 0.25 0 0.2
HSL 278.4º 0.33% 0.7% -
HSV(B) 278.4º 0.25% 0.8% -
XYZ 42.7 37.91 62.19 -
YUV 169.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 186 154 204 0.09 0.25 0 0.2 278.4 0.33 0.7
Hex BA 9A CC 9 19 0 14 116 21 46
Octal 272 232 314 11 31 0 24 426 41 106
Binary 10111010 10011010 11001100 1001 11001 0 10100 100010110 100001 1000110

Color Harmonies of #BA9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9ACC

Black with #BA9ACC

Text Example


Text Example

White with #BA9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9ACC; }

 p { color: rgb(186,154,204); }

 H1.HeaderClassName
 {
   color: #BA9ACC;
 }
 .AnyTagClassName
 {
   color: #BA9ACC;
 }
</style>

background-color css

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

 a { background-color: rgb(186,154,204); }

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

border-color css

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

 span { border-color: rgb(186,154,204); }

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