Html Css Color HEX #BD9AD5 Wisteria

📋 copy color: '#BD9AD5'

red 189 ◦ green 154 ◦ blue 213

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

Shades of Wisteria #BD9AD5

Tints of Wisteria #BD9AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.31%

R = 33.99%
G = 27.7%
B = 38.31%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD9AD5 (or 0xBD9AD5) is known color: Wisteria. HEX triplet: BD, 9A and D5. RGB value is (189,154,213). Sum of RGB (Red+Green+Blue) = 189+154+213=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AD5 is #42652A. Grayscale: #AAAAAA. Windows color (decimal): -4351275 or 13998781. OLE color: 13998781.

HSL color Cylindrical-coordinate representation of color #BD9AD5: hue angle of 275.59º degrees, saturation: 0.41, 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 #BD9AD5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 154 213 -
CMYK 0.11 0.28 0 0.16
HSL 275.59º 0.41% 0.72% -
HSV(B) 275.59º 0.28% 0.84% -
XYZ 44.55 38.73 68.08 -
YUV 171.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 189 154 213 0.11 0.28 0 0.16 275.59 0.41 0.72
Hex BD 9A D5 B 1C 0 10 114 29 48
Octal 275 232 325 13 34 0 20 424 51 110
Binary 10111101 10011010 11010101 1011 11100 0 10000 100010100 101001 1001000

Color Harmonies of #BD9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AD5

Black with #BD9AD5

Text Example


Text Example

White with #BD9AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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