#B090BE

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

Shades of East Side #B090BE

Tints of East Side #B090BE

Color information

#B090BE (or 0xB090BE) is unknown color: approx East Side. HEX triplet: B0, 90 and BE. RGB value is (176,144,190). Sum of RGB (Red+Green+Blue) = 176+144+190=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #B090BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090BE is #4F6F41. Grayscale: #9E9E9E. Windows color (decimal): -5205826 or 12488880. OLE color: 12488880.

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

Color convert

RGB176144190-
CMYK0.070.2400.25
HSL281.74º26.14%65.49%-
HSV(B)281.74º24.21%74.51%-
XYZ37.1732.8953.11-
YUV158.81145.6140.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=34.51%
G=28.24%
B=37.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761441900.070.2400.25281.7426.1465.49
HexB090BE71801911a1a41
Octal26022027673003143232101
Binary10110000100100001011111011111000011001100011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090BE; }

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

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

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

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

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

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

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

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