Html Css Color HEX #BD9BD4 Wisteria

📋 copy color: '#BD9BD4'

red 189 ◦ green 155 ◦ blue 212

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

Shades of Wisteria #BD9BD4

Tints of Wisteria #BD9BD4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 33.99%
G = 27.88%
B = 38.13%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD9BD4 (or 0xBD9BD4) is known color: Wisteria. HEX triplet: BD, 9B and D4. RGB value is (189,155,212). Sum of RGB (Red+Green+Blue) = 189+155+212=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD9BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BD4 is #42642B. Grayscale: #ABABAB. Windows color (decimal): -4351020 or 13933501. OLE color: 13933501.

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

Color convert

RGB 189 155 212 -
CMYK 0.11 0.27 0 0.17
HSL 275.79º 0.4% 0.72% -
HSV(B) 275.79º 0.27% 0.83% -
XYZ 44.59 39.01 67.47 -
YUV 171.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 189 155 212 0.11 0.27 0 0.17 275.79 0.4 0.72
Hex BD 9B D4 B 1B 0 11 114 28 48
Octal 275 233 324 13 33 0 21 424 50 110
Binary 10111101 10011011 11010100 1011 11011 0 10001 100010100 101000 1001000

Color Harmonies of #BD9BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BD4

Black with #BD9BD4

Text Example


Text Example

White with #BD9BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BD4; }

 p { color: rgb(189,155,212); }

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

background-color css

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

 a { background-color: rgb(189,155,212); }

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

border-color css

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

 span { border-color: rgb(189,155,212); }

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