Html Css Color HEX #B98BAB London Hue

📋 copy color: '#B98BAB'

red 185 ◦ green 139 ◦ blue 171

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

Shades of London Hue #B98BAB

Tints of London Hue #B98BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 37.37%
G = 28.08%
B = 34.55%

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

#B98BAB (or 0xB98BAB) is known color: London Hue. HEX triplet: B9, 8B and AB. RGB value is (185,139,171). Sum of RGB (Red+Green+Blue) = 185+139+171=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BAB is #467454. Grayscale: #9C9C9C. Windows color (decimal): -4617301 or 11242425. OLE color: 11242425.

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

Color convert

RGB 185 139 171 -
CMYK 0 0.25 0.08 0.27
HSL 318.26º 0.25% 0.64% -
HSV(B) 318.26º 0.25% 0.73% -
XYZ 36.59 31.72 42.72 -
YUV 156.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 185 139 171 0 0.25 0.08 0.27 318.26 0.25 0.64
Hex B9 8B AB 0 19 8 1B 13E 19 40
Octal 271 213 253 0 31 10 33 476 31 100
Binary 10111001 10001011 10101011 0 11001 1000 11011 100111110 11001 1000000

Color Harmonies of #B98BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BAB

Black with #B98BAB

Text Example


Text Example

White with #B98BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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