#BD8CC9

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

Shades of East Side #BD8CC9

Tints of East Side #BD8CC9

Color information

#BD8CC9 (or 0xBD8CC9) is unknown color: approx East Side. HEX triplet: BD, 8C and C9. RGB value is (189,140,201). Sum of RGB (Red+Green+Blue) = 189+140+201=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD8CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CC9 is #427336. Grayscale: #A1A1A1. Windows color (decimal): -4354871 or 13208765. OLE color: 13208765.

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

Color convert

RGB189140201-
CMYK0.060.3000.21
HSL288.2º36.09%66.86%-
HSV(B)288.2º30.35%78.82%-
XYZ40.9133.7959.62-
YUV161.6150.23147.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=35.66%
G=26.42%
B=37.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891402010.060.3000.21288.236.0966.86
HexBD8CC961E0151202443
Octal27521431163602544044103
Binary101111011000110011001001110111100101011001000001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CC9; }

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

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

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

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

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

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

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

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