Html Css Color HEX #B98BAF London Hue

📋 copy color: '#B98BAF'

red 185 ◦ green 139 ◦ blue 175

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

Shades of London Hue #B98BAF

Tints of London Hue #B98BAF

RGB

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

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

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

R = 37.07%
G = 27.86%
B = 35.07%

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

#B98BAF (or 0xB98BAF) is known color: London Hue. HEX triplet: B9, 8B and AF. RGB value is (185,139,175). Sum of RGB (Red+Green+Blue) = 185+139+175=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BAF is #467450. Grayscale: #9C9C9C. Windows color (decimal): -4617297 or 11504569. OLE color: 11504569.

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

Color convert

RGB 185 139 175 -
CMYK 0 0.25 0.05 0.27
HSL 313.04º 0.25% 0.64% -
HSV(B) 313.04º 0.25% 0.73% -
XYZ 36.98 31.87 44.76 -
YUV 156.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 185 139 175 0 0.25 0.05 0.27 313.04 0.25 0.64
Hex B9 8B AF 0 19 5 1B 139 19 40
Octal 271 213 257 0 31 5 33 471 31 100
Binary 10111001 10001011 10101111 0 11001 101 11011 100111001 11001 1000000

Color Harmonies of #B98BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BAF

Black with #B98BAF

Text Example


Text Example

White with #B98BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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