#B09DBE

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

Shades of East Side #B09DBE

Tints of East Side #B09DBE

Color information

#B09DBE (or 0xB09DBE) is unknown color: approx East Side. HEX triplet: B0, 9D and BE. RGB value is (176,157,190). Sum of RGB (Red+Green+Blue) = 176+157+190=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B09DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DBE is #4F6241. Grayscale: #A6A6A6. Windows color (decimal): -5202498 or 12492208. OLE color: 12492208.

HSL color Cylindrical-coordinate representation of color #B09DBE: hue angle of 274.55º 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 #B09DBE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176157190-
CMYK0.070.1700.25
HSL274.55º20.25%68.04%-
HSV(B)274.55º17.37%74.51%-
XYZ39.2637.0653.8-
YUV166.44141.29134.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=33.65%
G=30.02%
B=36.33%

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
Decimal1761571900.070.1700.25274.5520.2568.04
HexB09DBE7110191131444
Octal26023527672103142324104
Binary10110000100111011011111011110001011001100010011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DBE; }

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

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

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

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

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

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

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

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