#B095BE

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

Shades of East Side #B095BE

Tints of East Side #B095BE

Color information

#B095BE (or 0xB095BE) is unknown color: approx East Side. HEX triplet: B0, 95 and BE. RGB value is (176,149,190). Sum of RGB (Red+Green+Blue) = 176+149+190=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #B095BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095BE is #4F6A41. Grayscale: #A1A1A1. Windows color (decimal): -5204546 or 12490160. OLE color: 12490160.

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

Color convert

RGB176149190-
CMYK0.070.2200.25
HSL279.51º23.98%66.47%-
HSV(B)279.51º21.58%74.51%-
XYZ37.9534.4453.36-
YUV161.75143.95138.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=34.17%
G=28.93%
B=36.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761491900.070.2200.25279.5123.9866.47
HexB095BE7160191181842
Octal26022527672603143030102
Binary10110000100101011011111011110110011001100011000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095BE; }

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

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

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

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

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

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

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

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