#B88AC5

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

Shades of East Side #B88AC5

Tints of East Side #B88AC5

Color information

#B88AC5 (or 0xB88AC5) is unknown color: approx East Side. HEX triplet: B8, 8A and C5. RGB value is (184,138,197). Sum of RGB (Red+Green+Blue) = 184+138+197=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #B88AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88AC5 is #47753A. Grayscale: #9E9E9E. Windows color (decimal): -4683067 or 12946104. OLE color: 12946104.

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

Color convert

RGB184138197-
CMYK0.070.3000.23
HSL286.78º33.71%65.69%-
HSV(B)286.78º29.95%77.25%-
XYZ38.9332.457.02-
YUV158.48149.74146.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=35.45%
G=26.59%
B=37.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841381970.070.3000.23286.7833.7165.69
HexB88AC571E01711f2242
Octal27021230573602743742102
Binary101110001000101011000101111111100101111000111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AC5; }

 p { color: rgb(184,138,197); }

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

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

 a { background-color: rgb(184,138,197); }

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

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

 span { border-color: rgb(184,138,197); }

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