#B08BBA

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

Shades of East Side #B08BBA

Tints of East Side #B08BBA

Color information

#B08BBA (or 0xB08BBA) is unknown color: approx East Side. HEX triplet: B0, 8B and BA. RGB value is (176,139,186). Sum of RGB (Red+Green+Blue) = 176+139+186=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B08BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BBA is #4F7445. Grayscale: #9B9B9B. Windows color (decimal): -5207110 or 12225456. OLE color: 12225456.

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

Color convert

RGB176139186-
CMYK0.050.2500.27
HSL287.23º25.41%63.73%-
HSV(B)287.23º25.27%72.94%-
XYZ3631.2450.59-
YUV155.42145.26142.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=35.13%
G=27.74%
B=37.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761391860.050.2500.27287.2325.4163.73
HexB08BBA51901B11f1940
Octal26021327253103343731100
Binary10110000100010111011101010111001011011100011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BBA; }

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

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

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

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

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

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

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

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