#B09ABE

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

Shades of East Side #B09ABE

Tints of East Side #B09ABE

Color information

#B09ABE (or 0xB09ABE) is unknown color: approx East Side. HEX triplet: B0, 9A and BE. RGB value is (176,154,190). Sum of RGB (Red+Green+Blue) = 176+154+190=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #B09ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ABE is #4F6541. Grayscale: #A4A4A4. Windows color (decimal): -5203266 or 12491440. OLE color: 12491440.

HSL color Cylindrical-coordinate representation of color #B09ABE: hue angle of 276.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B09ABE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176154190-
CMYK0.070.1900.25
HSL276.67º21.69%67.45%-
HSV(B)276.67º18.95%74.51%-
XYZ38.7536.0653.63-
YUV164.68142.29136.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=33.85%
G=29.62%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761541900.070.1900.25276.6721.6967.45
HexB09ABE7130191151643
Octal26023227672303142526103
Binary10110000100110101011111011110011011001100010101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09ABE; }

 p { color: rgb(176,154,190); }

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

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

 a { background-color: rgb(176,154,190); }

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

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

 span { border-color: rgb(176,154,190); }

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