Html Css Color HEX #BD9AD7 Wisteria

📋 copy color: '#BD9AD7'

red 189 ◦ green 154 ◦ blue 215

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

Shades of Wisteria #BD9AD7

Tints of Wisteria #BD9AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.53%

R = 33.87%
G = 27.6%
B = 38.53%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD9AD7 (or 0xBD9AD7) is known color: Wisteria. HEX triplet: BD, 9A and D7. RGB value is (189,154,215). Sum of RGB (Red+Green+Blue) = 189+154+215=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AD7 is #426528. Grayscale: #ABABAB. Windows color (decimal): -4351273 or 14129853. OLE color: 14129853.

HSL color Cylindrical-coordinate representation of color #BD9AD7: hue angle of 274.43º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9AD7 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 154 215 -
CMYK 0.12 0.28 0 0.16
HSL 274.43º 0.43% 0.72% -
HSV(B) 274.43º 0.28% 0.84% -
XYZ 44.81 38.84 69.42 -
YUV 171.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 189 154 215 0.12 0.28 0 0.16 274.43 0.43 0.72
Hex BD 9A D7 C 1C 0 10 112 2B 48
Octal 275 232 327 14 34 0 20 422 53 110
Binary 10111101 10011010 11010111 1100 11100 0 10000 100010010 101011 1001000

Color Harmonies of #BD9AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AD7

Black with #BD9AD7

Text Example


Text Example

White with #BD9AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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