#B98FB6

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

Shades of London Hue #B98FB6

Tints of London Hue #B98FB6

Color information

#B98FB6 (or 0xB98FB6) is unknown color: approx London Hue. HEX triplet: B9, 8F and B6. RGB value is (185,143,182). Sum of RGB (Red+Green+Blue) = 185+143+182=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FB6 is #467049. Grayscale: #9F9F9F. Windows color (decimal): -4616266 or 11964345. OLE color: 11964345.

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

Color convert

RGB185143182-
CMYK00.230.020.27
HSL304.29º23.08%64.31%-
HSV(B)304.29º22.7%72.55%-
XYZ38.2733.3448.67-
YUV160140.41145.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 182 (71.48% from 255) = 35.69%
R=36.27%
G=28.04%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514318200.230.020.27304.2923.0864.31
HexB98FB601721B1301740
Octal27121726602723346027100
Binary1011100110001111101101100101111011011100110000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FB6; }

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

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

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

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

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

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

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

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