#B08ABD

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

Shades of East Side #B08ABD

Tints of East Side #B08ABD

Color information

#B08ABD (or 0xB08ABD) is unknown color: approx East Side. HEX triplet: B0, 8A and BD. RGB value is (176,138,189). Sum of RGB (Red+Green+Blue) = 176+138+189=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #B08ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ABD is #4F7542. Grayscale: #9B9B9B. Windows color (decimal): -5207363 or 12421808. OLE color: 12421808.

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

Color convert

RGB176138189-
CMYK0.070.2700.26
HSL284.71º27.87%64.12%-
HSV(B)284.71º26.98%74.12%-
XYZ36.1831.0852.24-
YUV155.18147.09142.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=34.99%
G=27.44%
B=37.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761381890.070.2700.26284.7127.8764.12
HexB08ABD71B01A11d1c40
Octal26021227573303243534100
Binary10110000100010101011110111111011011010100011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08ABD; }

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

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

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

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

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

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

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

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