Html Css Color HEX #BD9FCC Wisteria

📋 copy color: '#BD9FCC'

red 189 ◦ green 159 ◦ blue 204

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

Shades of Wisteria #BD9FCC

Tints of Wisteria #BD9FCC

RGB

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

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

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

R = 34.24%
G = 28.8%
B = 36.96%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD9FCC (or 0xBD9FCC) is known color: Wisteria. HEX triplet: BD, 9F and CC. RGB value is (189,159,204). Sum of RGB (Red+Green+Blue) = 189+159+204=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FCC is #426033. Grayscale: #ACACAC. Windows color (decimal): -4350004 or 13410237. OLE color: 13410237.

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

Color convert

RGB 189 159 204 -
CMYK 0.07 0.22 0 0.2
HSL 280º 0.31% 0.71% -
HSV(B) 280º 0.22% 0.8% -
XYZ 44.28 39.97 62.51 -
YUV 173.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 189 159 204 0.07 0.22 0 0.2 280 0.31 0.71
Hex BD 9F CC 7 16 0 14 118 1F 47
Octal 275 237 314 7 26 0 24 430 37 107
Binary 10111101 10011111 11001100 111 10110 0 10100 100011000 11111 1000111

Color Harmonies of #BD9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FCC

Black with #BD9FCC

Text Example


Text Example

White with #BD9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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