#B98FBC

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

Shades of London Hue #B98FBC

Tints of London Hue #B98FBC

Color information

#B98FBC (or 0xB98FBC) is unknown color: approx London Hue. HEX triplet: B9, 8F and BC. RGB value is (185,143,188). Sum of RGB (Red+Green+Blue) = 185+143+188=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #B98FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FBC is #467043. Grayscale: #A0A0A0. Windows color (decimal): -4616260 or 12357561. OLE color: 12357561.

HSL color Cylindrical-coordinate representation of color #B98FBC: hue angle of 296º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98FBC is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185143188-
CMYK0.020.2400.26
HSL296º25.14%64.9%-
HSV(B)296º23.94%73.73%-
XYZ38.9133.5952.01-
YUV160.69143.41145.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=35.85%
G=27.71%
B=36.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851431880.020.2400.2629625.1464.9
HexB98FBC21801A1281941
Octal27121727423003245031101
Binary1011100110001111101111001011000011010100101000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FBC; }

 p { color: rgb(185,143,188); }

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

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

 a { background-color: rgb(185,143,188); }

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

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

 span { border-color: rgb(185,143,188); }

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