#B095BD

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

Shades of East Side #B095BD

Tints of East Side #B095BD

Color information

#B095BD (or 0xB095BD) is unknown color: approx East Side. HEX triplet: B0, 95 and BD. RGB value is (176,149,189). Sum of RGB (Red+Green+Blue) = 176+149+189=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #B095BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095BD is #4F6A42. Grayscale: #A1A1A1. Windows color (decimal): -5204547 or 12424624. OLE color: 12424624.

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

Color convert

RGB176149189-
CMYK0.070.2100.26
HSL280.5º23.26%66.27%-
HSV(B)280.5º21.16%74.12%-
XYZ37.8434.452.79-
YUV161.63143.45138.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=34.24%
G=28.99%
B=36.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761491890.070.2100.26280.523.2666.27
HexB095BD71501A1181742
Octal26022527572503243027102
Binary10110000100101011011110111110101011010100011000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095BD; }

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

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

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

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

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

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

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

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