Html Css Color HEX #BA96CC Wisteria

📋 copy color: '#BA96CC'

red 186 ◦ green 150 ◦ blue 204

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

Shades of Wisteria #BA96CC

Tints of Wisteria #BA96CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.78%

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

R = 34.44%
G = 27.78%
B = 37.78%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA96CC (or 0xBA96CC) is known color: Wisteria. HEX triplet: BA, 96 and CC. RGB value is (186,150,204). Sum of RGB (Red+Green+Blue) = 186+150+204=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96CC is #456933. Grayscale: #A6A6A6. Windows color (decimal): -4548916 or 13407930. OLE color: 13407930.

HSL color Cylindrical-coordinate representation of color #BA96CC: hue angle of 280º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA96CC is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 150 204 -
CMYK 0.09 0.26 0 0.2
HSL 280º 0.35% 0.69% -
HSV(B) 280º 0.26% 0.8% -
XYZ 42.06 36.61 61.98 -
YUV 166.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 186 150 204 0.09 0.26 0 0.2 280 0.35 0.69
Hex BA 96 CC 9 1A 0 14 118 23 45
Octal 272 226 314 11 32 0 24 430 43 105
Binary 10111010 10010110 11001100 1001 11010 0 10100 100011000 100011 1000101

Color Harmonies of #BA96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96CC

Black with #BA96CC

Text Example


Text Example

White with #BA96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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