#B088BA

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

Shades of East Side #B088BA

Tints of East Side #B088BA

Color information

#B088BA (or 0xB088BA) is unknown color: approx East Side. HEX triplet: B0, 88 and BA. RGB value is (176,136,186). Sum of RGB (Red+Green+Blue) = 176+136+186=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B088BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088BA is #4F7745. Grayscale: #999999. Windows color (decimal): -5207878 or 12224688. OLE color: 12224688.

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

Color convert

RGB176136186-
CMYK0.050.2700.27
HSL288º26.6%63.14%-
HSV(B)288º26.88%72.94%-
XYZ35.5730.3850.44-
YUV153.66146.25143.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=35.34%
G=27.31%
B=37.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761361860.050.2700.2728826.663.14
HexB088BA51B01B1201b3f
Octal2602102725330334403377
Binary1011000010001000101110101011101101101110010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088BA; }

 p { color: rgb(176,136,186); }

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

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

 a { background-color: rgb(176,136,186); }

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

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

 span { border-color: rgb(176,136,186); }

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