Html Css Color HEX #B98DBA London Hue

📋 copy color: '#B98DBA'

red 185 ◦ green 141 ◦ blue 186

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

Shades of London Hue #B98DBA

Tints of London Hue #B98DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 36.13%
G = 27.54%
B = 36.33%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B98DBA (or 0xB98DBA) is known color: London Hue. HEX triplet: B9, 8D and BA. RGB value is (185,141,186). Sum of RGB (Red+Green+Blue) = 185+141+186=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B98DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DBA is #467245. Grayscale: #9F9F9F. Windows color (decimal): -4616774 or 12225977. OLE color: 12225977.

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

Color convert

RGB 185 141 186 -
CMYK 0.01 0.24 0 0.27
HSL 298.67º 0.25% 0.64% -
HSV(B) 298.67º 0.24% 0.73% -
XYZ 38.4 32.91 50.78 -
YUV 159.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 185 141 186 0.01 0.24 0 0.27 298.67 0.25 0.64
Hex B9 8D BA 1 18 0 1B 12B 19 40
Octal 271 215 272 1 30 0 33 453 31 100
Binary 10111001 10001101 10111010 1 11000 0 11011 100101011 11001 1000000

Color Harmonies of #B98DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DBA

Black with #B98DBA

Text Example


Text Example

White with #B98DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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