Html Css Color HEX #B98BAC London Hue

📋 copy color: '#B98BAC'

red 185 ◦ green 139 ◦ blue 172

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

Shades of London Hue #B98BAC

Tints of London Hue #B98BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 37.3%
G = 28.02%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B98BAC (or 0xB98BAC) is known color: London Hue. HEX triplet: B9, 8B and AC. RGB value is (185,139,172). Sum of RGB (Red+Green+Blue) = 185+139+172=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BAC is #467453. Grayscale: #9C9C9C. Windows color (decimal): -4617300 or 11307961. OLE color: 11307961.

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

Color convert

RGB 185 139 172 -
CMYK 0 0.25 0.07 0.27
HSL 316.96º 0.25% 0.64% -
HSV(B) 316.96º 0.25% 0.73% -
XYZ 36.69 31.76 43.23 -
YUV 156.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 185 139 172 0 0.25 0.07 0.27 316.96 0.25 0.64
Hex B9 8B AC 0 19 7 1B 13D 19 40
Octal 271 213 254 0 31 7 33 475 31 100
Binary 10111001 10001011 10101100 0 11001 111 11011 100111101 11001 1000000

Color Harmonies of #B98BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BAC

Black with #B98BAC

Text Example


Text Example

White with #B98BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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