#B097BE

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

Shades of East Side #B097BE

Tints of East Side #B097BE

Color information

#B097BE (or 0xB097BE) is unknown color: approx East Side. HEX triplet: B0, 97 and BE. RGB value is (176,151,190). Sum of RGB (Red+Green+Blue) = 176+151+190=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #B097BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097BE is #4F6841. Grayscale: #A2A2A2. Windows color (decimal): -5204034 or 12490672. OLE color: 12490672.

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

Color convert

RGB176151190-
CMYK0.070.2100.25
HSL278.46º23.08%66.86%-
HSV(B)278.46º20.53%74.51%-
XYZ38.2735.0853.47-
YUV162.92143.28137.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=34.04%
G=29.21%
B=36.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761511900.070.2100.25278.4623.0866.86
HexB097BE7150191161743
Octal26022727672503142627103
Binary10110000100101111011111011110101011001100010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097BE; }

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

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

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

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

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

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

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

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