#B18AC4

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

Shades of East Side #B18AC4

Tints of East Side #B18AC4

Color information

#B18AC4 (or 0xB18AC4) is unknown color: approx East Side. HEX triplet: B1, 8A and C4. RGB value is (177,138,196). Sum of RGB (Red+Green+Blue) = 177+138+196=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #B18AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AC4 is #4E753B. Grayscale: #9C9C9C. Windows color (decimal): -5141820 or 12880561. OLE color: 12880561.

HSL color Cylindrical-coordinate representation of color #B18AC4: hue angle of 280.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B18AC4 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB177138196-
CMYK0.100.3000.23
HSL280.34º32.95%65.49%-
HSV(B)280.34º29.59%76.86%-
XYZ37.1831.5156.35-
YUV156.27150.42142.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 138 (54.30% from 255) = 27.01%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=34.64%
G=27.01%
B=38.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771381960.100.3000.23280.3432.9565.49
HexB18AC4A1E0171182141
Octal261212304123602743041101
Binary1011000110001010110001001010111100101111000110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AC4; }

 p { color: rgb(177,138,196); }

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

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

 a { background-color: rgb(177,138,196); }

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

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

 span { border-color: rgb(177,138,196); }

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