#B488BA

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

Shades of East Side #B488BA

Tints of East Side #B488BA

Color information

#B488BA (or 0xB488BA) is unknown color: approx East Side. HEX triplet: B4, 88 and BA. RGB value is (180,136,186). Sum of RGB (Red+Green+Blue) = 180+136+186=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #B488BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488BA is #4B7745. Grayscale: #9A9A9A. Windows color (decimal): -4945734 or 12224692. OLE color: 12224692.

HSL color Cylindrical-coordinate representation of color #B488BA: hue angle of 292.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B488BA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180136186-
CMYK0.030.2700.27
HSL292.8º26.6%63.14%-
HSV(B)292.8º26.88%72.94%-
XYZ36.4930.8650.49-
YUV154.86145.58145.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=35.86%
G=27.09%
B=37.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801361860.030.2700.27292.826.663.14
HexB488BA31B01B1251b3f
Octal2642102723330334453377
Binary101101001000100010111010111101101101110010010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488BA; }

 p { color: rgb(180,136,186); }

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

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

 a { background-color: rgb(180,136,186); }

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

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

 span { border-color: rgb(180,136,186); }

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