#B98FBB

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

Shades of London Hue #B98FBB

Tints of London Hue #B98FBB

Color information

#B98FBB (or 0xB98FBB) is unknown color: approx London Hue. HEX triplet: B9, 8F and BB. RGB value is (185,143,187). Sum of RGB (Red+Green+Blue) = 185+143+187=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #B98FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FBB is #467044. Grayscale: #A0A0A0. Windows color (decimal): -4616261 or 12292025. OLE color: 12292025.

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

Color convert

RGB185143187-
CMYK0.010.2400.27
HSL297.27º24.44%64.71%-
HSV(B)297.27º23.53%73.33%-
XYZ38.833.5551.44-
YUV160.57142.91145.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=35.92%
G=27.77%
B=36.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851431870.010.2400.27297.2724.4464.71
HexB98FBB11801B1291841
Octal27121727313003345130101
Binary101110011000111110111011111000011011100101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FBB; }

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

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

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

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

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

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

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

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