Html Css Color HEX #B98BBB London Hue

📋 copy color: '#B98BBB'

red 185 ◦ green 139 ◦ blue 187

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

Shades of London Hue #B98BBB

Tints of London Hue #B98BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.2%

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

R = 36.2%
G = 27.2%
B = 36.59%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B98BBB (or 0xB98BBB) is known color: London Hue. HEX triplet: B9, 8B and BB. RGB value is (185,139,187). Sum of RGB (Red+Green+Blue) = 185+139+187=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #B98BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BBB is #467444. Grayscale: #9E9E9E. Windows color (decimal): -4617285 or 12291001. OLE color: 12291001.

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

Color convert

RGB 185 139 187 -
CMYK 0.01 0.26 0 0.27
HSL 297.5º 0.26% 0.64% -
HSV(B) 297.5º 0.26% 0.73% -
XYZ 38.21 32.37 51.25 -
YUV 158.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 185 139 187 0.01 0.26 0 0.27 297.5 0.26 0.64
Hex B9 8B BB 1 1A 0 1B 12A 1A 40
Octal 271 213 273 1 32 0 33 452 32 100
Binary 10111001 10001011 10111011 1 11010 0 11011 100101010 11010 1000000

Color Harmonies of #B98BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BBB

Black with #B98BBB

Text Example


Text Example

White with #B98BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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