#B088BB

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

Shades of East Side #B088BB

Tints of East Side #B088BB

Color information

#B088BB (or 0xB088BB) is unknown color: approx East Side. HEX triplet: B0, 88 and BB. RGB value is (176,136,187). Sum of RGB (Red+Green+Blue) = 176+136+187=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #B088BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088BB is #4F7744. Grayscale: #999999. Windows color (decimal): -5207877 or 12290224. OLE color: 12290224.

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

Color convert

RGB176136187-
CMYK0.060.2700.27
HSL287.06º27.27%63.33%-
HSV(B)287.06º27.27%73.33%-
XYZ35.6830.4351.01-
YUV153.77146.75143.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=35.27%
G=27.25%
B=37.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761361870.060.2700.27287.0627.2763.33
HexB088BB61B01B11f1b3f
Octal2602102736330334373377
Binary1011000010001000101110111101101101101110001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088BB; }

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

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

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

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

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

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

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

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