#B98FB7

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

Shades of London Hue #B98FB7

Tints of London Hue #B98FB7

Color information

#B98FB7 (or 0xB98FB7) is unknown color: approx London Hue. HEX triplet: B9, 8F and B7. RGB value is (185,143,183). Sum of RGB (Red+Green+Blue) = 185+143+183=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FB7 is #467048. Grayscale: #A0A0A0. Windows color (decimal): -4616265 or 12029881. OLE color: 12029881.

HSL color Cylindrical-coordinate representation of color #B98FB7: hue angle of 302.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98FB7 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB185143183-
CMYK00.230.010.27
HSL302.86º23.08%64.31%-
HSV(B)302.86º22.7%72.55%-
XYZ38.3833.3849.22-
YUV160.12140.91145.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 183 (71.88% from 255) = 35.81%
R=36.20%
G=27.98%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514318300.230.010.27302.8623.0864.31
HexB98FB701711B12f1740
Octal27121726702713345727100
Binary101110011000111110110111010111111011100101111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FB7; }

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

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

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

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

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

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

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

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