Html Css Color HEX #BA99D1 Wisteria

📋 copy color: '#BA99D1'

red 186 ◦ green 153 ◦ blue 209

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

Shades of Wisteria #BA99D1

Tints of Wisteria #BA99D1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.92%

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

R = 33.94%
G = 27.92%
B = 38.14%

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

#BA99D1 (or 0xBA99D1) is known color: Wisteria. HEX triplet: BA, 99 and D1. RGB value is (186,153,209). Sum of RGB (Red+Green+Blue) = 186+153+209=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99D1 is #45662E. Grayscale: #A9A9A9. Windows color (decimal): -4548143 or 13736378. OLE color: 13736378.

HSL color Cylindrical-coordinate representation of color #BA99D1: hue angle of 275.36º 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 #BA99D1 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 153 209 -
CMYK 0.11 0.27 0 0.18
HSL 275.36º 0.38% 0.71% -
HSV(B) 275.36º 0.27% 0.82% -
XYZ 43.15 37.83 65.35 -
YUV 169.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 186 153 209 0.11 0.27 0 0.18 275.36 0.38 0.71
Hex BA 99 D1 B 1B 0 12 113 26 47
Octal 272 231 321 13 33 0 22 423 46 107
Binary 10111010 10011001 11010001 1011 11011 0 10010 100010011 100110 1000111

Color Harmonies of #BA99D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99D1

Black with #BA99D1

Text Example


Text Example

White with #BA99D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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