#B098BB

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

Shades of East Side #B098BB

Tints of East Side #B098BB

Color information

#B098BB (or 0xB098BB) is unknown color: approx East Side. HEX triplet: B0, 98 and BB. RGB value is (176,152,187). Sum of RGB (Red+Green+Blue) = 176+152+187=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #B098BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098BB is #4F6744. Grayscale: #A3A3A3. Windows color (decimal): -5203781 or 12294320. OLE color: 12294320.

HSL color Cylindrical-coordinate representation of color #B098BB: hue angle of 281.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B098BB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176152187-
CMYK0.060.1900.27
HSL281.14º20.47%66.47%-
HSV(B)281.14º18.72%73.33%-
XYZ38.135.2751.81-
YUV163.17141.45137.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=34.17%
G=29.51%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761521870.060.1900.27281.1420.4766.47
HexB098BB61301B1191442
Octal26023027362303343124102
Binary10110000100110001011101111010011011011100011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098BB; }

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

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

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

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

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

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

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

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