#B099BA

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

Shades of East Side #B099BA

Tints of East Side #B099BA

Color information

#B099BA (or 0xB099BA) is unknown color: approx East Side. HEX triplet: B0, 99 and BA. RGB value is (176,153,186). Sum of RGB (Red+Green+Blue) = 176+153+186=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B099BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099BA is #4F6645. Grayscale: #A3A3A3. Windows color (decimal): -5203526 or 12229040. OLE color: 12229040.

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

Color convert

RGB176153186-
CMYK0.050.1800.27
HSL281.82º19.3%66.47%-
HSV(B)281.82º17.74%72.94%-
XYZ38.1635.5651.31-
YUV163.64140.62136.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=34.17%
G=29.71%
B=36.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761531860.050.1800.27281.8219.366.47
HexB099BA51201B11a1342
Octal26023127252203343223102
Binary10110000100110011011101010110010011011100011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099BA; }

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

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

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

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

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

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

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

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