Html Css Color HEX #BA98D1 Wisteria

📋 copy color: '#BA98D1'

red 186 ◦ green 152 ◦ blue 209

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

Shades of Wisteria #BA98D1

Tints of Wisteria #BA98D1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.79%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 34%
G = 27.79%
B = 38.21%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA98D1 (or 0xBA98D1) is known color: Wisteria. HEX triplet: BA, 98 and D1. RGB value is (186,152,209). Sum of RGB (Red+Green+Blue) = 186+152+209=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D1 is #45672E. Grayscale: #A8A8A8. Windows color (decimal): -4548399 or 13736122. OLE color: 13736122.

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

Color convert

RGB 186 152 209 -
CMYK 0.11 0.27 0 0.18
HSL 275.79º 0.38% 0.71% -
HSV(B) 275.79º 0.27% 0.82% -
XYZ 42.99 37.5 65.29 -
YUV 168.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 186 152 209 0.11 0.27 0 0.18 275.79 0.38 0.71
Hex BA 98 D1 B 1B 0 12 114 26 47
Octal 272 230 321 13 33 0 22 424 46 107
Binary 10111010 10011000 11010001 1011 11011 0 10010 100010100 100110 1000111

Color Harmonies of #BA98D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98D1

Black with #BA98D1

Text Example


Text Example

White with #BA98D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98D1; }

 p { color: rgb(186,152,209); }

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

background-color css

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

 a { background-color: rgb(186,152,209); }

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

border-color css

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

 span { border-color: rgb(186,152,209); }

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