Html Css Color HEX #B987AA London Hue

📋 copy color: '#B987AA'

red 185 ◦ green 135 ◦ blue 170

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

Shades of London Hue #B987AA

Tints of London Hue #B987AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

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

R = 37.76%
G = 27.55%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B987AA (or 0xB987AA) is known color: London Hue. HEX triplet: B9, 87 and AA. RGB value is (185,135,170). Sum of RGB (Red+Green+Blue) = 185+135+170=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B987AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B987AA is #467855. Grayscale: #999999. Windows color (decimal): -4618326 or 11175865. OLE color: 11175865.

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

Color convert

RGB 185 135 170 -
CMYK 0 0.27 0.08 0.27
HSL 318º 0.26% 0.63% -
HSV(B) 318º 0.27% 0.73% -
XYZ 35.93 30.54 42.03 -
YUV 153.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 185 135 170 0 0.27 0.08 0.27 318 0.26 0.63
Hex B9 87 AA 0 1B 8 1B 13E 1A 3F
Octal 271 207 252 0 33 10 33 476 32 77
Binary 10111001 10000111 10101010 0 11011 1000 11011 100111110 11010 111111

Color Harmonies of #B987AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B987AA

Black with #B987AA

Text Example


Text Example

White with #B987AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B987AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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