Html Css Color HEX #B98DBB London Hue

📋 copy color: '#B98DBB'

red 185 ◦ green 141 ◦ blue 187

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

Shades of London Hue #B98DBB

Tints of London Hue #B98DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 36.06%
G = 27.49%
B = 36.45%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B98DBB (or 0xB98DBB) is known color: London Hue. HEX triplet: B9, 8D and BB. RGB value is (185,141,187). Sum of RGB (Red+Green+Blue) = 185+141+187=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #B98DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DBB is #467244. Grayscale: #9F9F9F. Windows color (decimal): -4616773 or 12291513. OLE color: 12291513.

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

Color convert

RGB 185 141 187 -
CMYK 0.01 0.25 0 0.27
HSL 297.39º 0.25% 0.64% -
HSV(B) 297.39º 0.25% 0.73% -
XYZ 38.5 32.95 51.34 -
YUV 159.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 185 141 187 0.01 0.25 0 0.27 297.39 0.25 0.64
Hex B9 8D BB 1 19 0 1B 129 19 40
Octal 271 215 273 1 31 0 33 451 31 100
Binary 10111001 10001101 10111011 1 11001 0 11011 100101001 11001 1000000

Color Harmonies of #B98DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DBB

Black with #B98DBB

Text Example


Text Example

White with #B98DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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