#B085BE

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

Shades of East Side #B085BE

Tints of East Side #B085BE

Color information

#B085BE (or 0xB085BE) is unknown color: approx East Side. HEX triplet: B0, 85 and BE. RGB value is (176,133,190). Sum of RGB (Red+Green+Blue) = 176+133+190=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #B085BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085BE is #4F7A41. Grayscale: #989898. Windows color (decimal): -5208642 or 12486064. OLE color: 12486064.

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

Color convert

RGB176133190-
CMYK0.070.300.25
HSL285.26º30.48%63.33%-
HSV(B)285.26º30%74.51%-
XYZ35.5929.7252.58-
YUV152.35149.25144.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=35.27%
G=26.65%
B=38.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761331900.070.300.25285.2630.4863.33
HexB085BE71E01911d1e3f
Octal2602052767360314353677
Binary1011000010000101101111101111111001100110001110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085BE; }

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

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

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

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

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

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

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

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