#B085BA

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

Shades of East Side #B085BA

Tints of East Side #B085BA

Color information

#B085BA (or 0xB085BA) is unknown color: approx East Side. HEX triplet: B0, 85 and BA. RGB value is (176,133,186). Sum of RGB (Red+Green+Blue) = 176+133+186=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #B085BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085BA is #4F7A45. Grayscale: #979797. Windows color (decimal): -5208646 or 12223920. OLE color: 12223920.

HSL color Cylindrical-coordinate representation of color #B085BA: hue angle of 288.68º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B085BA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176133186-
CMYK0.050.2800.27
HSL288.68º27.75%62.55%-
HSV(B)288.68º28.49%72.94%-
XYZ35.1529.5550.31-
YUV151.9147.25145.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=35.56%
G=26.87%
B=37.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761331860.050.2800.27288.6827.7562.55
HexB085BA51C01B1211c3f
Octal2602052725340334413477
Binary1011000010000101101110101011110001101110010000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085BA; }

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

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

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

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

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

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

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

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