#B488BB

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

Shades of East Side #B488BB

Tints of East Side #B488BB

Color information

#B488BB (or 0xB488BB) is unknown color: approx East Side. HEX triplet: B4, 88 and BB. RGB value is (180,136,187). Sum of RGB (Red+Green+Blue) = 180+136+187=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B488BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488BB is #4B7744. Grayscale: #9A9A9A. Windows color (decimal): -4945733 or 12290228. OLE color: 12290228.

HSL color Cylindrical-coordinate representation of color #B488BB: hue angle of 291.76º 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 #B488BB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180136187-
CMYK0.040.2700.27
HSL291.76º27.27%63.33%-
HSV(B)291.76º27.27%73.33%-
XYZ36.630.951.05-
YUV154.97146.08145.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=35.79%
G=27.04%
B=37.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801361870.040.2700.27291.7627.2763.33
HexB488BB41B01B1241b3f
Octal2642102734330334443377
Binary1011010010001000101110111001101101101110010010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488BB; }

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

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

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

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

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

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

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

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