Html Css Color HEX #BD9AD1 Wisteria

📋 copy color: '#BD9AD1'

red 189 ◦ green 154 ◦ blue 209

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

Shades of Wisteria #BD9AD1

Tints of Wisteria #BD9AD1

RGB

 RED value IS 189 (74.22% from 255) = 34.24%

 GREEN value IS 154 (60.55% from 255) = 27.9%

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

R = 34.24%
G = 27.9%
B = 37.86%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD9AD1 (or 0xBD9AD1) is known color: Wisteria. HEX triplet: BD, 9A and D1. RGB value is (189,154,209). Sum of RGB (Red+Green+Blue) = 189+154+209=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AD1 is #42652E. Grayscale: #AAAAAA. Windows color (decimal): -4351279 or 13736637. OLE color: 13736637.

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

Color convert

RGB 189 154 209 -
CMYK 0.10 0.26 0 0.18
HSL 278.18º 0.37% 0.71% -
HSV(B) 278.18º 0.26% 0.82% -
XYZ 44.05 38.53 65.44 -
YUV 170.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 189 154 209 0.10 0.26 0 0.18 278.18 0.37 0.71
Hex BD 9A D1 A 1A 0 12 116 25 47
Octal 275 232 321 12 32 0 22 426 45 107
Binary 10111101 10011010 11010001 1010 11010 0 10010 100010110 100101 1000111

Color Harmonies of #BD9AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AD1

Black with #BD9AD1

Text Example


Text Example

White with #BD9AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AD1; }

 p { color: rgb(189,154,209); }

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

background-color css

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

 a { background-color: rgb(189,154,209); }

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

border-color css

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

 span { border-color: rgb(189,154,209); }

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