Html Css Color HEX #BA96CE Wisteria

📋 copy color: '#BA96CE'

red 186 ◦ green 150 ◦ blue 206

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

Shades of Wisteria #BA96CE

Tints of Wisteria #BA96CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 34.32%
G = 27.68%
B = 38.01%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA96CE (or 0xBA96CE) is known color: Wisteria. HEX triplet: BA, 96 and CE. RGB value is (186,150,206). Sum of RGB (Red+Green+Blue) = 186+150+206=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96CE is #456931. Grayscale: #A6A6A6. Windows color (decimal): -4548914 or 13539002. OLE color: 13539002.

HSL color Cylindrical-coordinate representation of color #BA96CE: hue angle of 278.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA96CE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 150 206 -
CMYK 0.10 0.27 0 0.19
HSL 278.57º 0.36% 0.7% -
HSV(B) 278.57º 0.27% 0.81% -
XYZ 42.3 36.71 63.25 -
YUV 167.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 186 150 206 0.10 0.27 0 0.19 278.57 0.36 0.7
Hex BA 96 CE A 1B 0 13 117 24 46
Octal 272 226 316 12 33 0 23 427 44 106
Binary 10111010 10010110 11001110 1010 11011 0 10011 100010111 100100 1000110

Color Harmonies of #BA96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96CE

Black with #BA96CE

Text Example


Text Example

White with #BA96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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