#B09ABD

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

Shades of East Side #B09ABD

Tints of East Side #B09ABD

Color information

#B09ABD (or 0xB09ABD) is unknown color: approx East Side. HEX triplet: B0, 9A and BD. RGB value is (176,154,189). Sum of RGB (Red+Green+Blue) = 176+154+189=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #B09ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ABD is #4F6542. Grayscale: #A4A4A4. Windows color (decimal): -5203267 or 12425904. OLE color: 12425904.

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

Color convert

RGB176154189-
CMYK0.070.1900.26
HSL277.71º20.96%67.25%-
HSV(B)277.71º18.52%74.12%-
XYZ38.6536.0253.06-
YUV164.57141.79136.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=33.91%
G=29.67%
B=36.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761541890.070.1900.26277.7120.9667.25
HexB09ABD71301A1161543
Octal26023227572303242625103
Binary10110000100110101011110111110011011010100010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09ABD; }

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

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

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

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

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

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

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

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