Html Css Color HEX #BD9AD4 Wisteria

📋 copy color: '#BD9AD4'

red 189 ◦ green 154 ◦ blue 212

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

Shades of Wisteria #BD9AD4

Tints of Wisteria #BD9AD4

RGB

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

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

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

R = 34.05%
G = 27.75%
B = 38.2%

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

#BD9AD4 (or 0xBD9AD4) is known color: Wisteria. HEX triplet: BD, 9A and D4. RGB value is (189,154,212). Sum of RGB (Red+Green+Blue) = 189+154+212=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD9AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AD4 is #42652B. Grayscale: #AAAAAA. Windows color (decimal): -4351276 or 13933245. OLE color: 13933245.

HSL color Cylindrical-coordinate representation of color #BD9AD4: hue angle of 276.21º 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 #BD9AD4 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 154 212 -
CMYK 0.11 0.27 0 0.17
HSL 276.21º 0.4% 0.72% -
HSV(B) 276.21º 0.27% 0.83% -
XYZ 44.43 38.68 67.41 -
YUV 171.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 189 154 212 0.11 0.27 0 0.17 276.21 0.4 0.72
Hex BD 9A D4 B 1B 0 11 114 28 48
Octal 275 232 324 13 33 0 21 424 50 110
Binary 10111101 10011010 11010100 1011 11011 0 10001 100010100 101000 1001000

Color Harmonies of #BD9AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AD4

Black with #BD9AD4

Text Example


Text Example

White with #BD9AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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