Html Css Color HEX #BD9FCD Wisteria

📋 copy color: '#BD9FCD'

red 189 ◦ green 159 ◦ blue 205

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

Shades of Wisteria #BD9FCD

Tints of Wisteria #BD9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.75%

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

R = 34.18%
G = 28.75%
B = 37.07%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD9FCD (or 0xBD9FCD) is known color: Wisteria. HEX triplet: BD, 9F and CD. RGB value is (189,159,205). Sum of RGB (Red+Green+Blue) = 189+159+205=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FCD is #426032. Grayscale: #ADADAD. Windows color (decimal): -4350003 or 13475773. OLE color: 13475773.

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

Color convert

RGB 189 159 205 -
CMYK 0.08 0.22 0 0.20
HSL 279.13º 0.32% 0.71% -
HSV(B) 279.13º 0.22% 0.8% -
XYZ 44.4 40.02 63.14 -
YUV 173.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 189 159 205 0.08 0.22 0 0.20 279.13 0.32 0.71
Hex BD 9F CD 8 16 0 14 117 20 47
Octal 275 237 315 10 26 0 24 427 40 107
Binary 10111101 10011111 11001101 1000 10110 0 10100 100010111 100000 1000111

Color Harmonies of #BD9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FCD

Black with #BD9FCD

Text Example


Text Example

White with #BD9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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