#B099BF

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

Shades of East Side #B099BF

Tints of East Side #B099BF

Color information

#B099BF (or 0xB099BF) is unknown color: approx East Side. HEX triplet: B0, 99 and BF. RGB value is (176,153,191). Sum of RGB (Red+Green+Blue) = 176+153+191=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #B099BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099BF is #4F6640. Grayscale: #A4A4A4. Windows color (decimal): -5203521 or 12556720. OLE color: 12556720.

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

Color convert

RGB176153191-
CMYK0.080.2000.25
HSL276.32º22.89%67.45%-
HSV(B)276.32º19.9%74.9%-
XYZ38.735.7754.16-
YUV164.21143.12136.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 191 (75% from 255) = 36.73%
R=33.85%
G=29.42%
B=36.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761531910.080.2000.25276.3222.8967.45
HexB099BF8140191141743
Octal260231277102403142427103
Binary101100001001100110111111100010100011001100010100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099BF; }

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

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

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

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

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

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

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

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