#BD7EC9

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

Shades of East Side #BD7EC9

Tints of East Side #BD7EC9

Color information

#BD7EC9 (or 0xBD7EC9) is unknown color: approx East Side. HEX triplet: BD, 7E and C9. RGB value is (189,126,201). Sum of RGB (Red+Green+Blue) = 189+126+201=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EC9 is #428136. Grayscale: #999999. Windows color (decimal): -4358455 or 13205181. OLE color: 13205181.

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

Color convert

RGB189126201-
CMYK0.060.3700.21
HSL290.4º40.98%64.12%-
HSV(B)290.4º37.31%78.82%-
XYZ38.9929.9658.99-
YUV153.39154.87153.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=36.63%
G=24.42%
B=38.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891262010.060.3700.21290.440.9864.12
HexBD7EC96250151222940
Octal27517631164502544251100
Binary101111011111110110010011101001010101011001000101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7EC9; }

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

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

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

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

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

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

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

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