#B288BC

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

Shades of East Side #B288BC

Tints of East Side #B288BC

Color information

#B288BC (or 0xB288BC) is unknown color: approx East Side. HEX triplet: B2, 88 and BC. RGB value is (178,136,188). Sum of RGB (Red+Green+Blue) = 178+136+188=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #B288BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288BC is #4D7743. Grayscale: #9A9A9A. Windows color (decimal): -5076804 or 12355762. OLE color: 12355762.

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

Color convert

RGB178136188-
CMYK0.050.2800.26
HSL288.46º27.96%63.53%-
HSV(B)288.46º27.66%73.73%-
XYZ36.2430.751.59-
YUV154.49146.91144.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=35.46%
G=27.09%
B=37.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781361880.050.2800.26288.4627.9663.53
HexB288BC51C01A1201c40
Octal26221027453403244034100
Binary10110010100010001011110010111100011010100100000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288BC; }

 p { color: rgb(178,136,188); }

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

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

 a { background-color: rgb(178,136,188); }

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

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

 span { border-color: rgb(178,136,188); }

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