Html Css Color HEX #B98BB9 London Hue

📋 copy color: '#B98BB9'

red 185 ◦ green 139 ◦ blue 185

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

Shades of London Hue #B98BB9

Tints of London Hue #B98BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 36.35%
G = 27.31%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B98BB9 (or 0xB98BB9) is known color: London Hue. HEX triplet: B9, 8B and B9. RGB value is (185,139,185). Sum of RGB (Red+Green+Blue) = 185+139+185=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B98BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BB9 is #467446. Grayscale: #9D9D9D. Windows color (decimal): -4617287 or 12159929. OLE color: 12159929.

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

Color convert

RGB 185 139 185 -
CMYK 0 0.25 0 0.27
HSL 300º 0.25% 0.64% -
HSV(B) 300º 0.25% 0.73% -
XYZ 38 32.28 50.13 -
YUV 158 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 185 139 185 0 0.25 0 0.27 300 0.25 0.64
Hex B9 8B B9 0 19 0 1B 12C 19 40
Octal 271 213 271 0 31 0 33 454 31 100
Binary 10111001 10001011 10111001 0 11001 0 11011 100101100 11001 1000000

Color Harmonies of #B98BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BB9

Black with #B98BB9

Text Example


Text Example

White with #B98BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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