Html Css Color HEX #B984AA London Hue

📋 copy color: '#B984AA'

red 185 ◦ green 132 ◦ blue 170

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

Shades of London Hue #B984AA

Tints of London Hue #B984AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.1%

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

R = 37.99%
G = 27.1%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B984AA (or 0xB984AA) is known color: London Hue. HEX triplet: B9, 84 and AA. RGB value is (185,132,170). Sum of RGB (Red+Green+Blue) = 185+132+170=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B984AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984AA is #467B55. Grayscale: #989898. Windows color (decimal): -4619094 or 11175097. OLE color: 11175097.

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

Color convert

RGB 185 132 170 -
CMYK 0 0.29 0.08 0.27
HSL 316.98º 0.27% 0.62% -
HSV(B) 316.98º 0.29% 0.73% -
XYZ 35.51 29.72 41.89 -
YUV 152.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 185 132 170 0 0.29 0.08 0.27 316.98 0.27 0.62
Hex B9 84 AA 0 1D 8 1B 13D 1B 3E
Octal 271 204 252 0 35 10 33 475 33 76
Binary 10111001 10000100 10101010 0 11101 1000 11011 100111101 11011 111110

Color Harmonies of #B984AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984AA

Black with #B984AA

Text Example


Text Example

White with #B984AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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