Html Css Color HEX #BD9ECC Wisteria

📋 copy color: '#BD9ECC'

red 189 ◦ green 158 ◦ blue 204

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

Shades of Wisteria #BD9ECC

Tints of Wisteria #BD9ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.68%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 34.3%
G = 28.68%
B = 37.02%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD9ECC (or 0xBD9ECC) is known color: Wisteria. HEX triplet: BD, 9E and CC. RGB value is (189,158,204). Sum of RGB (Red+Green+Blue) = 189+158+204=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ECC is #426133. Grayscale: #ACACAC. Windows color (decimal): -4350260 or 13409981. OLE color: 13409981.

HSL color Cylindrical-coordinate representation of color #BD9ECC: hue angle of 280.43º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9ECC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 158 204 -
CMYK 0.07 0.23 0 0.2
HSL 280.43º 0.31% 0.71% -
HSV(B) 280.43º 0.23% 0.8% -
XYZ 44.11 39.63 62.45 -
YUV 172.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 189 158 204 0.07 0.23 0 0.2 280.43 0.31 0.71
Hex BD 9E CC 7 17 0 14 118 1F 47
Octal 275 236 314 7 27 0 24 430 37 107
Binary 10111101 10011110 11001100 111 10111 0 10100 100011000 11111 1000111

Color Harmonies of #BD9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9ECC

Black with #BD9ECC

Text Example


Text Example

White with #BD9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9ECC; }

 p { color: rgb(189,158,204); }

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

background-color css

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

 a { background-color: rgb(189,158,204); }

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

border-color css

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

 span { border-color: rgb(189,158,204); }

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