#B095C3

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

Shades of East Side #B095C3

Tints of East Side #B095C3

Color information

#B095C3 (or 0xB095C3) is unknown color: approx East Side. HEX triplet: B0, 95 and C3. RGB value is (176,149,195). Sum of RGB (Red+Green+Blue) = 176+149+195=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #B095C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095C3 is #4F6A3C. Grayscale: #A2A2A2. Windows color (decimal): -5204541 or 12817840. OLE color: 12817840.

HSL color Cylindrical-coordinate representation of color #B095C3: hue angle of 275.22º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B095C3 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176149195-
CMYK0.100.2400.24
HSL275.22º27.71%67.45%-
HSV(B)275.22º23.59%76.47%-
XYZ38.534.6756.29-
YUV162.32146.45137.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 195 (76.56% from 255) = 37.5%
R=33.85%
G=28.65%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761491950.100.2400.24275.2227.7167.45
HexB095C3A180181131c43
Octal260225303123003042334103
Binary101100001001010111000011101011000011000100010011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095C3; }

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

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

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

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

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

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

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

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