#B98DBD

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

Shades of London Hue #B98DBD

Tints of London Hue #B98DBD

Color information

#B98DBD (or 0xB98DBD) is unknown color: approx London Hue. HEX triplet: B9, 8D and BD. RGB value is (185,141,189). Sum of RGB (Red+Green+Blue) = 185+141+189=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #B98DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DBD is #467242. Grayscale: #9F9F9F. Windows color (decimal): -4616771 or 12422585. OLE color: 12422585.

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

Color convert

RGB185141189-
CMYK0.020.2500.26
HSL295º26.67%64.71%-
HSV(B)295º25.4%74.12%-
XYZ38.7233.0452.48-
YUV159.63144.58146.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=35.92%
G=27.38%
B=36.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851411890.020.2500.2629526.6764.71
HexB98DBD21901A1271b41
Octal27121527523103244733101
Binary1011100110001101101111011011001011010100100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DBD; }

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

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

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

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

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

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

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

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