Html Css Color HEX #B98CAC London Hue

📋 copy color: '#B98CAC'

red 185 ◦ green 140 ◦ blue 172

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

Shades of London Hue #B98CAC

Tints of London Hue #B98CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

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

R = 37.22%
G = 28.17%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B98CAC (or 0xB98CAC) is known color: London Hue. HEX triplet: B9, 8C and AC. RGB value is (185,140,172). Sum of RGB (Red+Green+Blue) = 185+140+172=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B98CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98CAC is #467353. Grayscale: #9D9D9D. Windows color (decimal): -4617044 or 11308217. OLE color: 11308217.

HSL color Cylindrical-coordinate representation of color #B98CAC: hue angle of 317.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98CAC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 140 172 -
CMYK 0 0.24 0.07 0.27
HSL 317.33º 0.24% 0.64% -
HSV(B) 317.33º 0.24% 0.73% -
XYZ 36.83 32.05 43.27 -
YUV 157.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 185 140 172 0 0.24 0.07 0.27 317.33 0.24 0.64
Hex B9 8C AC 0 18 7 1B 13D 18 40
Octal 271 214 254 0 30 7 33 475 30 100
Binary 10111001 10001100 10101100 0 11000 111 11011 100111101 11000 1000000

Color Harmonies of #B98CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CAC

Black with #B98CAC

Text Example


Text Example

White with #B98CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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