Html Css Color HEX #B98AAF London Hue

📋 copy color: '#B98AAF'

red 185 ◦ green 138 ◦ blue 175

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

Shades of London Hue #B98AAF

Tints of London Hue #B98AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 37.15%
G = 27.71%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B98AAF (or 0xB98AAF) is known color: London Hue. HEX triplet: B9, 8A and AF. RGB value is (185,138,175). Sum of RGB (Red+Green+Blue) = 185+138+175=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AAF is #467550. Grayscale: #9C9C9C. Windows color (decimal): -4617553 or 11504313. OLE color: 11504313.

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

Color convert

RGB 185 138 175 -
CMYK 0 0.25 0.05 0.27
HSL 312.77º 0.25% 0.63% -
HSV(B) 312.77º 0.25% 0.73% -
XYZ 36.83 31.59 44.71 -
YUV 156.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 185 138 175 0 0.25 0.05 0.27 312.77 0.25 0.63
Hex B9 8A AF 0 19 5 1B 139 19 3F
Octal 271 212 257 0 31 5 33 471 31 77
Binary 10111001 10001010 10101111 0 11001 101 11011 100111001 11001 111111

Color Harmonies of #B98AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98AAF

Black with #B98AAF

Text Example


Text Example

White with #B98AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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