#B288C1

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

Shades of East Side #B288C1

Tints of East Side #B288C1

Color information

#B288C1 (or 0xB288C1) is unknown color: approx East Side. HEX triplet: B2, 88 and C1. RGB value is (178,136,193). Sum of RGB (Red+Green+Blue) = 178+136+193=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #B288C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288C1 is #4D773E. Grayscale: #9A9A9A. Windows color (decimal): -5076799 or 12683442. OLE color: 12683442.

HSL color Cylindrical-coordinate representation of color #B288C1: hue angle of 284.21º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B288C1 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178136193-
CMYK0.080.3000.24
HSL284.21º31.49%64.51%-
HSV(B)284.21º29.53%75.69%-
XYZ36.7930.9254.48-
YUV155.06149.41144.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=35.11%
G=26.82%
B=38.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781361930.080.3000.24284.2131.4964.51
HexB288C181E01811c1f41
Octal262210301103603043437101
Binary101100101000100011000001100011110011000100011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288C1; }

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

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

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

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

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

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

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

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