#BD8ACE

Color #BD8ACE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BD8ACE

Tints of East Side #BD8ACE

Color information

#BD8ACE (or 0xBD8ACE) is unknown color: approx East Side. HEX triplet: BD, 8A and CE. RGB value is (189,138,206). Sum of RGB (Red+Green+Blue) = 189+138+206=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ACE is #427531. Grayscale: #A0A0A0. Windows color (decimal): -4355378 or 13535933. OLE color: 13535933.

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

Color convert

RGB189138206-
CMYK0.080.3300.19
HSL285º40.96%67.45%-
HSV(B)285º33.01%80.78%-
XYZ41.2233.4562.68-
YUV161153.4147.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=35.46%
G=25.89%
B=38.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891382060.080.3300.1928540.9667.45
HexBD8ACE82101311d2943
Octal275212316104102343551103
Binary10111101100010101100111010001000010100111000111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8ACE; }

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

 H1.HeaderClassName
 {
   color: #BD8ACE;
 }
 .AnyTagClassName
 {
   color: #BD8ACE;
 }
</style>
background-color css

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

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

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

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

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

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