#B096C0

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

Shades of East Side #B096C0

Tints of East Side #B096C0

Color information

#B096C0 (or 0xB096C0) is unknown color: approx East Side. HEX triplet: B0, 96 and C0. RGB value is (176,150,192). Sum of RGB (Red+Green+Blue) = 176+150+192=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #B096C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096C0 is #4F693F. Grayscale: #A2A2A2. Windows color (decimal): -5204288 or 12621488. OLE color: 12621488.

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

Color convert

RGB176150192-
CMYK0.080.2200.25
HSL277.14º25%67.06%-
HSV(B)277.14º21.88%75.29%-
XYZ38.3334.8554.58-
YUV162.56144.61137.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=33.98%
G=28.96%
B=37.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761501920.080.2200.25277.142567.06
HexB096C08160191151943
Octal260226300102603142531103
Binary101100001001011011000000100010110011001100010101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096C0; }

 p { color: rgb(176,150,192); }

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

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

 a { background-color: rgb(176,150,192); }

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

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

 span { border-color: rgb(176,150,192); }

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