#B09BBA

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

Shades of East Side #B09BBA

Tints of East Side #B09BBA

Color information

#B09BBA (or 0xB09BBA) is unknown color: approx East Side. HEX triplet: B0, 9B and BA. RGB value is (176,155,186). Sum of RGB (Red+Green+Blue) = 176+155+186=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B09BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BBA is #4F6445. Grayscale: #A4A4A4. Windows color (decimal): -5203014 or 12229552. OLE color: 12229552.

HSL color Cylindrical-coordinate representation of color #B09BBA: hue angle of 280.65º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B09BBA is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176155186-
CMYK0.050.1700.27
HSL280.65º18.34%66.86%-
HSV(B)280.65º16.67%72.94%-
XYZ38.4936.2251.42-
YUV164.81139.96135.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=34.04%
G=29.98%
B=35.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761551860.050.1700.27280.6518.3466.86
HexB09BBA51101B1191243
Octal26023327252103343122103
Binary10110000100110111011101010110001011011100011001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BBA; }

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

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

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

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

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

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

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

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