Html Css Color HEX #B98CAA London Hue

📋 copy color: '#B98CAA'

red 185 ◦ green 140 ◦ blue 170

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

Shades of London Hue #B98CAA

Tints of London Hue #B98CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 37.37%
G = 28.28%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B98CAA (or 0xB98CAA) is known color: London Hue. HEX triplet: B9, 8C and AA. RGB value is (185,140,170). Sum of RGB (Red+Green+Blue) = 185+140+170=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B98CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98CAA is #467355. Grayscale: #9C9C9C. Windows color (decimal): -4617046 or 11177145. OLE color: 11177145.

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

Color convert

RGB 185 140 170 -
CMYK 0 0.24 0.08 0.27
HSL 320º 0.24% 0.64% -
HSV(B) 320º 0.24% 0.73% -
XYZ 36.64 31.97 42.27 -
YUV 156.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 185 140 170 0 0.24 0.08 0.27 320 0.24 0.64
Hex B9 8C AA 0 18 8 1B 140 18 40
Octal 271 214 252 0 30 10 33 500 30 100
Binary 10111001 10001100 10101010 0 11000 1000 11011 101000000 11000 1000000

Color Harmonies of #B98CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CAA

Black with #B98CAA

Text Example


Text Example

White with #B98CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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