Html Css Color HEX #BD9DCE Wisteria

📋 copy color: '#BD9DCE'

red 189 ◦ green 157 ◦ blue 206

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

Shades of Wisteria #BD9DCE

Tints of Wisteria #BD9DCE

RGB

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

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

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

R = 34.24%
G = 28.44%
B = 37.32%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD9DCE (or 0xBD9DCE) is known color: Wisteria. HEX triplet: BD, 9D and CE. RGB value is (189,157,206). Sum of RGB (Red+Green+Blue) = 189+157+206=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD9DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DCE is #426231. Grayscale: #ABABAB. Windows color (decimal): -4350514 or 13540797. OLE color: 13540797.

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

Color convert

RGB 189 157 206 -
CMYK 0.08 0.24 0 0.19
HSL 279.18º 0.33% 0.71% -
HSV(B) 279.18º 0.24% 0.81% -
XYZ 44.18 39.39 63.67 -
YUV 172.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 189 157 206 0.08 0.24 0 0.19 279.18 0.33 0.71
Hex BD 9D CE 8 18 0 13 117 21 47
Octal 275 235 316 10 30 0 23 427 41 107
Binary 10111101 10011101 11001110 1000 11000 0 10011 100010111 100001 1000111

Color Harmonies of #BD9DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DCE

Black with #BD9DCE

Text Example


Text Example

White with #BD9DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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