#B08DBA

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

Shades of East Side #B08DBA

Tints of East Side #B08DBA

Color information

#B08DBA (or 0xB08DBA) is unknown color: approx East Side. HEX triplet: B0, 8D and BA. RGB value is (176,141,186). Sum of RGB (Red+Green+Blue) = 176+141+186=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B08DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DBA is #4F7245. Grayscale: #9C9C9C. Windows color (decimal): -5206598 or 12225968. OLE color: 12225968.

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

Color convert

RGB176141186-
CMYK0.050.2400.27
HSL286.67º24.59%64.12%-
HSV(B)286.67º24.19%72.94%-
XYZ36.2931.8350.68-
YUV156.6144.6141.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=34.99%
G=28.03%
B=36.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761411860.050.2400.27286.6724.5964.12
HexB08DBA51801B11f1940
Octal26021527253003343731100
Binary10110000100011011011101010111000011011100011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DBA; }

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

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

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

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

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

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

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

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