#B092BF

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

Shades of East Side #B092BF

Tints of East Side #B092BF

Color information

#B092BF (or 0xB092BF) is unknown color: approx East Side. HEX triplet: B0, 92 and BF. RGB value is (176,146,191). Sum of RGB (Red+Green+Blue) = 176+146+191=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #B092BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092BF is #4F6D40. Grayscale: #9F9F9F. Windows color (decimal): -5205313 or 12554928. OLE color: 12554928.

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

Color convert

RGB176146191-
CMYK0.080.2400.25
HSL280º26.01%66.08%-
HSV(B)280º23.56%74.9%-
XYZ37.5933.5553.78-
YUV160.1145.44139.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 191 (75% from 255) = 37.23%
R=34.31%
G=28.46%
B=37.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761461910.080.2400.2528026.0166.08
HexB092BF8180191181a42
Octal260222277103003143032102
Binary101100001001001010111111100011000011001100011000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092BF; }

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

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

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

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

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

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

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

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