#B288BD

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

Shades of East Side #B288BD

Tints of East Side #B288BD

Color information

#B288BD (or 0xB288BD) is unknown color: approx East Side. HEX triplet: B2, 88 and BD. RGB value is (178,136,189). Sum of RGB (Red+Green+Blue) = 178+136+189=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #B288BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288BD is #4D7742. Grayscale: #9A9A9A. Windows color (decimal): -5076803 or 12421298. OLE color: 12421298.

HSL color Cylindrical-coordinate representation of color #B288BD: hue angle of 287.55º degrees, saturation: 0.29, 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 #B288BD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178136189-
CMYK0.060.2800.26
HSL287.55º28.65%63.73%-
HSV(B)287.55º28.04%74.12%-
XYZ36.3530.7552.16-
YUV154.6147.41144.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=35.39%
G=27.04%
B=37.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781361890.060.2800.26287.5528.6563.73
HexB288BD61C01A1201d40
Octal26221027563403244035100
Binary10110010100010001011110111011100011010100100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288BD; }

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

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

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

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

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

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

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

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