#BD8CCA

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

Shades of East Side #BD8CCA

Tints of East Side #BD8CCA

Color information

#BD8CCA (or 0xBD8CCA) is unknown color: approx East Side. HEX triplet: BD, 8C and CA. RGB value is (189,140,202). Sum of RGB (Red+Green+Blue) = 189+140+202=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CCA is #427335. Grayscale: #A1A1A1. Windows color (decimal): -4354870 or 13274301. OLE color: 13274301.

HSL color Cylindrical-coordinate representation of color #BD8CCA: hue angle of 287.42º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8CCA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189140202-
CMYK0.060.3100.21
HSL287.42º36.9%67.06%-
HSV(B)287.42º30.69%79.22%-
XYZ41.0333.8460.25-
YUV161.72150.73147.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=35.59%
G=26.37%
B=38.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891402020.060.3100.21287.4236.967.06
HexBD8CCA61F01511f2543
Octal27521431263702543745103
Binary101111011000110011001010110111110101011000111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CCA; }

 p { color: rgb(189,140,202); }

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

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

 a { background-color: rgb(189,140,202); }

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

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

 span { border-color: rgb(189,140,202); }

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