#B08BBE

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

Shades of East Side #B08BBE

Tints of East Side #B08BBE

Color information

#B08BBE (or 0xB08BBE) is unknown color: approx East Side. HEX triplet: B0, 8B and BE. RGB value is (176,139,190). Sum of RGB (Red+Green+Blue) = 176+139+190=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #B08BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BBE is #4F7441. Grayscale: #9B9B9B. Windows color (decimal): -5207106 or 12487600. OLE color: 12487600.

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

Color convert

RGB176139190-
CMYK0.070.2700.25
HSL283.53º28.18%64.51%-
HSV(B)283.53º26.84%74.51%-
XYZ36.4331.4152.86-
YUV155.88147.26142.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=34.85%
G=27.52%
B=37.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761391900.070.2700.25283.5328.1864.51
HexB08BBE71B01911c1c41
Octal26021327673303143434101
Binary10110000100010111011111011111011011001100011100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BBE; }

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

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

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

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

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

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

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

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