#B098AF

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

Shades of London Hue #B098AF

Tints of London Hue #B098AF

Color information

#B098AF (or 0xB098AF) is unknown color: approx London Hue. HEX triplet: B0, 98 and AF. RGB value is (176,152,175). Sum of RGB (Red+Green+Blue) = 176+152+175=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B098AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098AF is #4F6750. Grayscale: #A1A1A1. Windows color (decimal): -5203793 or 11507888. OLE color: 11507888.

HSL color Cylindrical-coordinate representation of color #B098AF: hue angle of 302.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 #B098AF is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176152175-
CMYK00.140.010.31
HSL302.5º13.19%64.31%-
HSV(B)302.5º13.64%69.02%-
XYZ36.8734.7845.33-
YUV161.8135.45138.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=34.99%
G=30.22%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615217500.140.010.31302.513.1964.31
HexB098AF0E11F12ed40
Octal26023025701613745615100
Binary1011000010011000101011110111011111110010111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098AF; }

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

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

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

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

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

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

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

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