Html Css Color HEX #BD9DCD Wisteria

📋 copy color: '#BD9DCD'

red 189 ◦ green 157 ◦ blue 205

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

Shades of Wisteria #BD9DCD

Tints of Wisteria #BD9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.49%

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

R = 34.3%
G = 28.49%
B = 37.21%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD9DCD (or 0xBD9DCD) is known color: Wisteria. HEX triplet: BD, 9D and CD. RGB value is (189,157,205). Sum of RGB (Red+Green+Blue) = 189+157+205=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DCD is #426232. Grayscale: #ABABAB. Windows color (decimal): -4350515 or 13475261. OLE color: 13475261.

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

Color convert

RGB 189 157 205 -
CMYK 0.08 0.23 0 0.20
HSL 280º 0.32% 0.71% -
HSV(B) 280º 0.23% 0.8% -
XYZ 44.06 39.34 63.03 -
YUV 172.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 189 157 205 0.08 0.23 0 0.20 280 0.32 0.71
Hex BD 9D CD 8 17 0 14 118 20 47
Octal 275 235 315 10 27 0 24 430 40 107
Binary 10111101 10011101 11001101 1000 10111 0 10100 100011000 100000 1000111

Color Harmonies of #BD9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DCD

Black with #BD9DCD

Text Example


Text Example

White with #BD9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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