#B098A9

Color #B098A9 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B098A9

Tints of London Hue #B098A9

Color information

#B098A9 (or 0xB098A9) is unknown color: approx London Hue. HEX triplet: B0, 98 and A9. RGB value is (176,152,169). Sum of RGB (Red+Green+Blue) = 176+152+169=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B098A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098A9 is #4F6756. Grayscale: #A1A1A1. Windows color (decimal): -5203799 or 11114672. OLE color: 11114672.

HSL color Cylindrical-coordinate representation of color #B098A9: hue angle of 317.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B098A9 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB176152169-
CMYK00.140.040.31
HSL317.5º13.19%64.31%-
HSV(B)317.5º13.64%69.02%-
XYZ36.2934.5542.29-
YUV161.11132.45138.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=35.41%
G=30.58%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615216900.140.040.31317.513.1964.31
HexB098A90E41F13ed40
Octal26023025101643747615100
Binary101100001001100010101001011101001111110011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098A9; }

 p { color: rgb(176,152,169); }

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

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

 a { background-color: rgb(176,152,169); }

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

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

 span { border-color: rgb(176,152,169); }

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