#B08EBB

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

Shades of East Side #B08EBB

Tints of East Side #B08EBB

Color information

#B08EBB (or 0xB08EBB) is unknown color: approx East Side. HEX triplet: B0, 8E and BB. RGB value is (176,142,187). Sum of RGB (Red+Green+Blue) = 176+142+187=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #B08EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EBB is #4F7144. Grayscale: #9D9D9D. Windows color (decimal): -5206341 or 12291760. OLE color: 12291760.

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

Color convert

RGB176142187-
CMYK0.060.2400.27
HSL285.33º24.86%64.51%-
HSV(B)285.33º24.06%73.33%-
XYZ36.5532.1651.3-
YUV157.3144.76141.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=34.85%
G=28.12%
B=37.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761421870.060.2400.27285.3324.8664.51
HexB08EBB61801B11d1941
Octal26021627363003343531101
Binary10110000100011101011101111011000011011100011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EBB; }

 p { color: rgb(176,142,187); }

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

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

 a { background-color: rgb(176,142,187); }

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

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

 span { border-color: rgb(176,142,187); }

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