Html Css Color HEX #B98AAA London Hue

📋 copy color: '#B98AAA'

red 185 ◦ green 138 ◦ blue 170

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

Shades of London Hue #B98AAA

Tints of London Hue #B98AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 37.53%
G = 27.99%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B98AAA (or 0xB98AAA) is known color: London Hue. HEX triplet: B9, 8A and AA. RGB value is (185,138,170). Sum of RGB (Red+Green+Blue) = 185+138+170=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AAA is #467555. Grayscale: #9B9B9B. Windows color (decimal): -4617558 or 11176633. OLE color: 11176633.

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

Color convert

RGB 185 138 170 -
CMYK 0 0.25 0.08 0.27
HSL 319.15º 0.25% 0.63% -
HSV(B) 319.15º 0.25% 0.73% -
XYZ 36.35 31.39 42.17 -
YUV 155.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 185 138 170 0 0.25 0.08 0.27 319.15 0.25 0.63
Hex B9 8A AA 0 19 8 1B 13F 19 3F
Octal 271 212 252 0 31 10 33 477 31 77
Binary 10111001 10001010 10101010 0 11001 1000 11011 100111111 11001 111111

Color Harmonies of #B98AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98AAA

Black with #B98AAA

Text Example


Text Example

White with #B98AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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