#B08BBD

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

Shades of East Side #B08BBD

Tints of East Side #B08BBD

Color information

#B08BBD (or 0xB08BBD) is unknown color: approx East Side. HEX triplet: B0, 8B and BD. RGB value is (176,139,189). Sum of RGB (Red+Green+Blue) = 176+139+189=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #B08BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BBD is #4F7442. Grayscale: #9B9B9B. Windows color (decimal): -5207107 or 12422064. OLE color: 12422064.

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

Color convert

RGB176139189-
CMYK0.070.2600.26
HSL284.4º27.47%64.31%-
HSV(B)284.4º26.46%74.12%-
XYZ36.3231.3752.28-
YUV155.76146.76142.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=34.92%
G=27.58%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761391890.070.2600.26284.427.4764.31
HexB08BBD71A01A11c1b40
Octal26021327573203243433100
Binary10110000100010111011110111111010011010100011100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BBD; }

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

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

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

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

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

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

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

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