#B098AC

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

Shades of London Hue #B098AC

Tints of London Hue #B098AC

Color information

#B098AC (or 0xB098AC) is unknown color: approx London Hue. HEX triplet: B0, 98 and AC. RGB value is (176,152,172). Sum of RGB (Red+Green+Blue) = 176+152+172=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B098AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098AC is #4F6753. Grayscale: #A1A1A1. Windows color (decimal): -5203796 or 11311280. OLE color: 11311280.

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

Color convert

RGB176152172-
CMYK00.140.020.31
HSL310º13.19%64.31%-
HSV(B)310º13.64%69.02%-
XYZ36.5834.6743.79-
YUV161.46133.95138.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=35.2%
G=30.4%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615217200.140.020.3131013.1964.31
HexB098AC0E21F136d40
Octal26023025401623746615100
Binary10110000100110001010110001110101111110011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098AC; }

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

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

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

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

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

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

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

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