Html Css Color HEX #B98DB6 London Hue

📋 copy color: '#B98DB6'

red 185 ◦ green 141 ◦ blue 182

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

Shades of London Hue #B98DB6

Tints of London Hue #B98DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.83%

R = 36.42%
G = 27.76%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B98DB6 (or 0xB98DB6) is known color: London Hue. HEX triplet: B9, 8D and B6. RGB value is (185,141,182). Sum of RGB (Red+Green+Blue) = 185+141+182=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DB6 is #467249. Grayscale: #9E9E9E. Windows color (decimal): -4616778 or 11963833. OLE color: 11963833.

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

Color convert

RGB 185 141 182 -
CMYK 0 0.24 0.02 0.27
HSL 304.09º 0.24% 0.64% -
HSV(B) 304.09º 0.24% 0.73% -
XYZ 37.98 32.74 48.57 -
YUV 158.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 185 141 182 0 0.24 0.02 0.27 304.09 0.24 0.64
Hex B9 8D B6 0 18 2 1B 130 18 40
Octal 271 215 266 0 30 2 33 460 30 100
Binary 10111001 10001101 10110110 0 11000 10 11011 100110000 11000 1000000

Color Harmonies of #B98DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DB6

Black with #B98DB6

Text Example


Text Example

White with #B98DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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