#B099BB

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

Shades of East Side #B099BB

Tints of East Side #B099BB

Color information

#B099BB (or 0xB099BB) is unknown color: approx East Side. HEX triplet: B0, 99 and BB. RGB value is (176,153,187). Sum of RGB (Red+Green+Blue) = 176+153+187=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #B099BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099BB is #4F6644. Grayscale: #A3A3A3. Windows color (decimal): -5203525 or 12294576. OLE color: 12294576.

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

Color convert

RGB176153187-
CMYK0.060.1800.27
HSL280.59º20%66.67%-
HSV(B)280.59º18.18%73.33%-
XYZ38.2735.651.87-
YUV163.75141.12136.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=34.11%
G=29.65%
B=36.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761531870.060.1800.27280.592066.67
HexB099BB61201B1191443
Octal26023127362203343124103
Binary10110000100110011011101111010010011011100011001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099BB; }

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

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

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

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

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

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

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

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