#B09EBD

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

Shades of East Side #B09EBD

Tints of East Side #B09EBD

Color information

#B09EBD (or 0xB09EBD) is unknown color: approx East Side. HEX triplet: B0, 9E and BD. RGB value is (176,158,189). Sum of RGB (Red+Green+Blue) = 176+158+189=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #B09EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EBD is #4F6142. Grayscale: #A6A6A6. Windows color (decimal): -5202243 or 12426928. OLE color: 12426928.

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

Color convert

RGB176158189-
CMYK0.070.1600.26
HSL274.84º19.02%68.04%-
HSV(B)274.84º16.4%74.12%-
XYZ39.3237.3653.28-
YUV166.92140.46134.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=33.65%
G=30.21%
B=36.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761581890.070.1600.26274.8419.0268.04
HexB09EBD71001A1131344
Octal26023627572003242323104
Binary10110000100111101011110111110000011010100010011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EBD; }

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

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

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

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

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

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

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

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