Html Css Color HEX #B98AA9 London Hue

📋 copy color: '#B98AA9'

red 185 ◦ green 138 ◦ blue 169

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

Shades of London Hue #B98AA9

Tints of London Hue #B98AA9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.05%

 BLUE value IS 169 (66.41% from 255) = 34.35%

R = 37.6%
G = 28.05%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B98AA9 (or 0xB98AA9) is known color: London Hue. HEX triplet: B9, 8A and A9. RGB value is (185,138,169). Sum of RGB (Red+Green+Blue) = 185+138+169=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AA9 is #467556. Grayscale: #9B9B9B. Windows color (decimal): -4617559 or 11111097. OLE color: 11111097.

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

Color convert

RGB 185 138 169 -
CMYK 0 0.25 0.09 0.27
HSL 320.43º 0.25% 0.63% -
HSV(B) 320.43º 0.25% 0.73% -
XYZ 36.26 31.36 41.68 -
YUV 155.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 185 138 169 0 0.25 0.09 0.27 320.43 0.25 0.63
Hex B9 8A A9 0 19 9 1B 140 19 3F
Octal 271 212 251 0 31 11 33 500 31 77
Binary 10111001 10001010 10101001 0 11001 1001 11011 101000000 11001 111111

Color Harmonies of #B98AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98AA9

Black with #B98AA9

Text Example


Text Example

White with #B98AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98AA9; }

 p { color: rgb(185,138,169); }

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

background-color css

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

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

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

border-color css

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

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

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