Html Css Color HEX #BD9FCE Wisteria

📋 copy color: '#BD9FCE'

red 189 ◦ green 159 ◦ blue 206

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

Shades of Wisteria #BD9FCE

Tints of Wisteria #BD9FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 34.12%
G = 28.7%
B = 37.18%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD9FCE (or 0xBD9FCE) is known color: Wisteria. HEX triplet: BD, 9F and CE. RGB value is (189,159,206). Sum of RGB (Red+Green+Blue) = 189+159+206=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FCE is #426031. Grayscale: #ADADAD. Windows color (decimal): -4350002 or 13541309. OLE color: 13541309.

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

Color convert

RGB 189 159 206 -
CMYK 0.08 0.23 0 0.19
HSL 278.3º 0.32% 0.72% -
HSV(B) 278.3º 0.23% 0.81% -
XYZ 44.52 40.07 63.78 -
YUV 173.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 189 159 206 0.08 0.23 0 0.19 278.3 0.32 0.72
Hex BD 9F CE 8 17 0 13 116 20 48
Octal 275 237 316 10 27 0 23 426 40 110
Binary 10111101 10011111 11001110 1000 10111 0 10011 100010110 100000 1001000

Color Harmonies of #BD9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FCE

Black with #BD9FCE

Text Example


Text Example

White with #BD9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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