#B98BBD

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

Shades of London Hue #B98BBD

Tints of London Hue #B98BBD

Color information

#B98BBD (or 0xB98BBD) is unknown color: approx London Hue. HEX triplet: B9, 8B and BD. RGB value is (185,139,189). Sum of RGB (Red+Green+Blue) = 185+139+189=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #B98BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BBD is #467442. Grayscale: #9E9E9E. Windows color (decimal): -4617283 or 12422073. OLE color: 12422073.

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

Color convert

RGB185139189-
CMYK0.020.2600.26
HSL295.2º27.47%64.31%-
HSV(B)295.2º26.46%74.12%-
XYZ38.4332.4552.38-
YUV158.45145.24146.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=36.06%
G=27.10%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851391890.020.2600.26295.227.4764.31
HexB98BBD21A01A1271b40
Octal27121327523203244733100
Binary1011100110001011101111011011010011010100100111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BBD; }

 p { color: rgb(185,139,189); }

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

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

 a { background-color: rgb(185,139,189); }

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

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

 span { border-color: rgb(185,139,189); }

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