#B090B7

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

Shades of East Side #B090B7

Tints of East Side #B090B7

Color information

#B090B7 (or 0xB090B7) is unknown color: approx East Side. HEX triplet: B0, 90 and B7. RGB value is (176,144,183). Sum of RGB (Red+Green+Blue) = 176+144+183=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 183 - color contains mainly: blue. Hex color #B090B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090B7 is #4F6F48. Grayscale: #9D9D9D. Windows color (decimal): -5205833 or 12030128. OLE color: 12030128.

HSL color Cylindrical-coordinate representation of color #B090B7: hue angle of 289.23º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B090B7 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176144183-
CMYK0.040.2100.28
HSL289.23º21.31%64.12%-
HSV(B)289.23º21.31%71.76%-
XYZ36.4332.649.17-
YUV158.01142.1140.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=34.99%
G=28.63%
B=36.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761441830.040.2100.28289.2321.3164.12
HexB090B741501C1211540
Octal26022026742503444125100
Binary10110000100100001011011110010101011100100100001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090B7; }

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

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

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

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

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

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

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

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