#B09EBE

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

Shades of East Side #B09EBE

Tints of East Side #B09EBE

Color information

#B09EBE (or 0xB09EBE) is unknown color: approx East Side. HEX triplet: B0, 9E and BE. RGB value is (176,158,190). Sum of RGB (Red+Green+Blue) = 176+158+190=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #B09EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EBE is #4F6141. Grayscale: #A6A6A6. Windows color (decimal): -5202242 or 12492464. OLE color: 12492464.

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

Color convert

RGB176158190-
CMYK0.070.1700.25
HSL273.75º19.75%68.24%-
HSV(B)273.75º16.84%74.51%-
XYZ39.4337.453.86-
YUV167.03140.96134.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=33.59%
G=30.15%
B=36.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761581900.070.1700.25273.7519.7568.24
HexB09EBE7110191121444
Octal26023627672103142224104
Binary10110000100111101011111011110001011001100010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EBE; }

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

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

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

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

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

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

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

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