Html Css Color HEX #BD9ACD Wisteria

📋 copy color: '#BD9ACD'

red 189 ◦ green 154 ◦ blue 205

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

Shades of Wisteria #BD9ACD

Tints of Wisteria #BD9ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 34.49%
G = 28.1%
B = 37.41%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD9ACD (or 0xBD9ACD) is known color: Wisteria. HEX triplet: BD, 9A and CD. RGB value is (189,154,205). Sum of RGB (Red+Green+Blue) = 189+154+205=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ACD is #426532. Grayscale: #AAAAAA. Windows color (decimal): -4351283 or 13474493. OLE color: 13474493.

HSL color Cylindrical-coordinate representation of color #BD9ACD: hue angle of 281.18º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD9ACD is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 154 205 -
CMYK 0.08 0.25 0 0.20
HSL 281.18º 0.34% 0.7% -
HSV(B) 281.18º 0.25% 0.8% -
XYZ 43.56 38.34 62.86 -
YUV 170.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 189 154 205 0.08 0.25 0 0.20 281.18 0.34 0.7
Hex BD 9A CD 8 19 0 14 119 22 46
Octal 275 232 315 10 31 0 24 431 42 106
Binary 10111101 10011010 11001101 1000 11001 0 10100 100011001 100010 1000110

Color Harmonies of #BD9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9ACD

Black with #BD9ACD

Text Example


Text Example

White with #BD9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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