Html Css Color HEX #BA96CD Wisteria

📋 copy color: '#BA96CD'

red 186 ◦ green 150 ◦ blue 205

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

Shades of Wisteria #BA96CD

Tints of Wisteria #BA96CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 34.38%
G = 27.73%
B = 37.89%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA96CD (or 0xBA96CD) is known color: Wisteria. HEX triplet: BA, 96 and CD. RGB value is (186,150,205). Sum of RGB (Red+Green+Blue) = 186+150+205=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96CD is #456932. Grayscale: #A6A6A6. Windows color (decimal): -4548915 or 13473466. OLE color: 13473466.

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

Color convert

RGB 186 150 205 -
CMYK 0.09 0.27 0 0.20
HSL 279.27º 0.35% 0.7% -
HSV(B) 279.27º 0.27% 0.8% -
XYZ 42.18 36.66 62.61 -
YUV 167.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 186 150 205 0.09 0.27 0 0.20 279.27 0.35 0.7
Hex BA 96 CD 9 1B 0 14 117 23 46
Octal 272 226 315 11 33 0 24 427 43 106
Binary 10111010 10010110 11001101 1001 11011 0 10100 100010111 100011 1000110

Color Harmonies of #BA96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96CD

Black with #BA96CD

Text Example


Text Example

White with #BA96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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