#B18DC9

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

Shades of East Side #B18DC9

Tints of East Side #B18DC9

Color information

#B18DC9 (or 0xB18DC9) is unknown color: approx East Side. HEX triplet: B1, 8D and C9. RGB value is (177,141,201). Sum of RGB (Red+Green+Blue) = 177+141+201=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #B18DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DC9 is #4E7236. Grayscale: #9E9E9E. Windows color (decimal): -5141047 or 13209009. OLE color: 13209009.

HSL color Cylindrical-coordinate representation of color #B18DC9: hue angle of 276º 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 #B18DC9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177141201-
CMYK0.120.3000.21
HSL276º35.71%67.06%-
HSV(B)276º29.85%78.82%-
XYZ38.232.6159.54-
YUV158.6151.93141.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=34.10%
G=27.17%
B=38.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771412010.120.3000.2127635.7167.06
HexB18DC9C1E0151142443
Octal261215311143602542444103
Binary1011000110001101110010011100111100101011000101001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DC9; }

 p { color: rgb(177,141,201); }

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

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

 a { background-color: rgb(177,141,201); }

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

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

 span { border-color: rgb(177,141,201); }

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