#BD89CD

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

Shades of East Side #BD89CD

Tints of East Side #BD89CD

Color information

#BD89CD (or 0xBD89CD) is unknown color: approx East Side. HEX triplet: BD, 89 and CD. RGB value is (189,137,205). Sum of RGB (Red+Green+Blue) = 189+137+205=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD89CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89CD is #427632. Grayscale: #A0A0A0. Windows color (decimal): -4355635 or 13470141. OLE color: 13470141.

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

Color convert

RGB189137205-
CMYK0.080.3300.20
HSL285.88º40.48%67.06%-
HSV(B)285.88º33.17%80.39%-
XYZ40.9533.1261.99-
YUV160.3153.23148.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=35.59%
G=25.80%
B=38.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891372050.080.3300.20285.8840.4867.06
HexBD89CD82101411e2843
Octal275211315104102443650103
Binary10111101100010011100110110001000010101001000111101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89CD; }

 p { color: rgb(189,137,205); }

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

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

 a { background-color: rgb(189,137,205); }

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

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

 span { border-color: rgb(189,137,205); }

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