#B092BD

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

Shades of East Side #B092BD

Tints of East Side #B092BD

Color information

#B092BD (or 0xB092BD) is unknown color: approx East Side. HEX triplet: B0, 92 and BD. RGB value is (176,146,189). Sum of RGB (Red+Green+Blue) = 176+146+189=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #B092BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092BD is #4F6D42. Grayscale: #9F9F9F. Windows color (decimal): -5205315 or 12423856. OLE color: 12423856.

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

Color convert

RGB176146189-
CMYK0.070.2300.26
HSL281.86º24.57%65.69%-
HSV(B)281.86º22.75%74.12%-
XYZ37.3733.4652.63-
YUV159.87144.44139.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=34.44%
G=28.57%
B=36.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761461890.070.2300.26281.8624.5765.69
HexB092BD71701A11a1942
Octal26022227572703243231102
Binary10110000100100101011110111110111011010100011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092BD; }

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

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

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

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

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

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

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

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