Html Css Color HEX #B98DB1 London Hue

📋 copy color: '#B98DB1'

red 185 ◦ green 141 ◦ blue 177

#B98DB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B98DB1

Tints of London Hue #B98DB1

RGB

 RED value IS 185 (72.66% from 255) = 36.78%

 GREEN value IS 141 (55.47% from 255) = 28.03%

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 36.78%
G = 28.03%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B98DB1 (or 0xB98DB1) is known color: London Hue. HEX triplet: B9, 8D and B1. RGB value is (185,141,177). Sum of RGB (Red+Green+Blue) = 185+141+177=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98DB1 is #46724E. Grayscale: #9E9E9E. Windows color (decimal): -4616783 or 11636153. OLE color: 11636153.

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

Color convert

RGB 185 141 177 -
CMYK 0 0.24 0.04 0.27
HSL 310.91º 0.24% 0.64% -
HSV(B) 310.91º 0.24% 0.73% -
XYZ 37.47 32.54 45.9 -
YUV 158.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 185 141 177 0 0.24 0.04 0.27 310.91 0.24 0.64
Hex B9 8D B1 0 18 4 1B 137 18 40
Octal 271 215 261 0 30 4 33 467 30 100
Binary 10111001 10001101 10110001 0 11000 100 11011 100110111 11000 1000000

Color Harmonies of #B98DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DB1

Black with #B98DB1

Text Example


Text Example

White with #B98DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DB1; }

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

 H1.HeaderClassName
 {
   color: #B98DB1;
 }
 .AnyTagClassName
 {
   color: #B98DB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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