Html Css Color HEX #BD9DD3 Wisteria

📋 copy color: '#BD9DD3'

red 189 ◦ green 157 ◦ blue 211

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

Shades of Wisteria #BD9DD3

Tints of Wisteria #BD9DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 33.93%
G = 28.19%
B = 37.88%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD9DD3 (or 0xBD9DD3) is known color: Wisteria. HEX triplet: BD, 9D and D3. RGB value is (189,157,211). Sum of RGB (Red+Green+Blue) = 189+157+211=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD9DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DD3 is #42622C. Grayscale: #ACACAC. Windows color (decimal): -4350509 or 13868477. OLE color: 13868477.

HSL color Cylindrical-coordinate representation of color #BD9DD3: hue angle of 275.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD9DD3 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 157 211 -
CMYK 0.10 0.26 0 0.17
HSL 275.56º 0.38% 0.72% -
HSV(B) 275.56º 0.26% 0.83% -
XYZ 44.8 39.64 66.92 -
YUV 172.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 189 157 211 0.10 0.26 0 0.17 275.56 0.38 0.72
Hex BD 9D D3 A 1A 0 11 114 26 48
Octal 275 235 323 12 32 0 21 424 46 110
Binary 10111101 10011101 11010011 1010 11010 0 10001 100010100 100110 1001000

Color Harmonies of #BD9DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DD3

Black with #BD9DD3

Text Example


Text Example

White with #BD9DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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