#B098B0

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

Shades of London Hue #B098B0

Tints of London Hue #B098B0

Color information

#B098B0 (or 0xB098B0) is unknown color: approx London Hue. HEX triplet: B0, 98 and B0. RGB value is (176,152,176). Sum of RGB (Red+Green+Blue) = 176+152+176=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B098B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098B0 is #4F674F. Grayscale: #A1A1A1. Windows color (decimal): -5203792 or 11573424. OLE color: 11573424.

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

Color convert

RGB176152176-
CMYK00.1400.31
HSL300º13.19%64.31%-
HSV(B)300º13.64%69.02%-
XYZ36.9734.8245.85-
YUV161.91135.95138.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 176 (69.14% from 255) = 34.92%
R=34.92%
G=30.16%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615217600.1400.3130013.1964.31
HexB098B00E01F12cd40
Octal26023026001603745415100
Binary1011000010011000101100000111001111110010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098B0; }

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

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

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

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

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

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

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

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