#B08AB5

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

Shades of East Side #B08AB5

Tints of East Side #B08AB5

Color information

#B08AB5 (or 0xB08AB5) is unknown color: approx East Side. HEX triplet: B0, 8A and B5. RGB value is (176,138,181). Sum of RGB (Red+Green+Blue) = 176+138+181=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #B08AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08AB5 is #4F754A. Grayscale: #9A9A9A. Windows color (decimal): -5207371 or 11897520. OLE color: 11897520.

HSL color Cylindrical-coordinate representation of color #B08AB5: hue angle of 293.02º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08AB5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176138181-
CMYK0.030.2400.29
HSL293.02º22.51%62.55%-
HSV(B)293.02º23.76%70.98%-
XYZ35.3330.7447.79-
YUV154.26143.09143.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=35.56%
G=27.88%
B=36.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761381810.030.2400.29293.0222.5162.55
HexB08AB531801D125173f
Octal2602122653300354452777
Binary101100001000101010110101111100001110110010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AB5; }

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

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

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

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

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

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

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

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