#BD8EC9

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

Shades of East Side #BD8EC9

Tints of East Side #BD8EC9

Color information

#BD8EC9 (or 0xBD8EC9) is unknown color: approx East Side. HEX triplet: BD, 8E and C9. RGB value is (189,142,201). Sum of RGB (Red+Green+Blue) = 189+142+201=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD8EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EC9 is #427136. Grayscale: #A2A2A2. Windows color (decimal): -4354359 or 13209277. OLE color: 13209277.

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

Color convert

RGB189142201-
CMYK0.060.2900.21
HSL287.8º35.33%67.25%-
HSV(B)287.8º29.35%78.82%-
XYZ41.234.3859.72-
YUV162.78149.57146.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=35.53%
G=26.69%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891422010.060.2900.21287.835.3367.25
HexBD8EC961D0151202343
Octal27521631163502544043103
Binary101111011000111011001001110111010101011001000001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EC9; }

 p { color: rgb(189,142,201); }

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

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

 a { background-color: rgb(189,142,201); }

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

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

 span { border-color: rgb(189,142,201); }

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