Html Css Color HEX #BDA0CC Wisteria

📋 copy color: '#BDA0CC'

red 189 ◦ green 160 ◦ blue 204

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

Shades of Wisteria #BDA0CC

Tints of Wisteria #BDA0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.93%

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

R = 34.18%
G = 28.93%
B = 36.89%

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

#BDA0CC (or 0xBDA0CC) is known color: Wisteria. HEX triplet: BD, A0 and CC. RGB value is (189,160,204). Sum of RGB (Red+Green+Blue) = 189+160+204=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0CC is #425F33. Grayscale: #ADADAD. Windows color (decimal): -4349748 or 13410493. OLE color: 13410493.

HSL color Cylindrical-coordinate representation of color #BDA0CC: hue angle of 279.55º degrees, saturation: 0.3, 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 #BDA0CC is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 160 204 -
CMYK 0.07 0.22 0 0.2
HSL 279.55º 0.3% 0.71% -
HSV(B) 279.55º 0.22% 0.8% -
XYZ 44.46 40.32 62.57 -
YUV 173.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 189 160 204 0.07 0.22 0 0.2 279.55 0.3 0.71
Hex BD A0 CC 7 16 0 14 118 1E 47
Octal 275 240 314 7 26 0 24 430 36 107
Binary 10111101 10100000 11001100 111 10110 0 10100 100011000 11110 1000111

Color Harmonies of #BDA0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0CC

Black with #BDA0CC

Text Example


Text Example

White with #BDA0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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