#B488BE

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

Shades of East Side #B488BE

Tints of East Side #B488BE

Color information

#B488BE (or 0xB488BE) is unknown color: approx East Side. HEX triplet: B4, 88 and BE. RGB value is (180,136,190). Sum of RGB (Red+Green+Blue) = 180+136+190=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #B488BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488BE is #4B7741. Grayscale: #9B9B9B. Windows color (decimal): -4945730 or 12486836. OLE color: 12486836.

HSL color Cylindrical-coordinate representation of color #B488BE: hue angle of 288.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B488BE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180136190-
CMYK0.050.2800.25
HSL288.89º29.35%63.92%-
HSV(B)288.89º28.42%74.51%-
XYZ36.9231.0352.76-
YUV155.31147.58145.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=35.57%
G=26.88%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801361900.050.2800.25288.8929.3563.92
HexB488BE51C0191211d40
Octal26421027653403144135100
Binary10110100100010001011111010111100011001100100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488BE; }

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

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

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

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

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

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

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

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