#B097BF

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

Shades of East Side #B097BF

Tints of East Side #B097BF

Color information

#B097BF (or 0xB097BF) is unknown color: approx East Side. HEX triplet: B0, 97 and BF. RGB value is (176,151,191). Sum of RGB (Red+Green+Blue) = 176+151+191=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #B097BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097BF is #4F6840. Grayscale: #A2A2A2. Windows color (decimal): -5204033 or 12556208. OLE color: 12556208.

HSL color Cylindrical-coordinate representation of color #B097BF: hue angle of 277.5º degrees, saturation: 0.24, 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 #B097BF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176151191-
CMYK0.080.2100.25
HSL277.5º23.81%67.06%-
HSV(B)277.5º20.94%74.9%-
XYZ38.3835.1254.05-
YUV163.04143.78137.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 191 (75% from 255) = 36.87%
R=33.98%
G=29.15%
B=36.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761511910.080.2100.25277.523.8167.06
HexB097BF8150191161843
Octal260227277102503142630103
Binary101100001001011110111111100010101011001100010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097BF; }

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

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

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

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

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

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

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

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