Html Css Color HEX #B987A9 London Hue

📋 copy color: '#B987A9'

red 185 ◦ green 135 ◦ blue 169

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

Shades of London Hue #B987A9

Tints of London Hue #B987A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.56%

R = 37.83%
G = 27.61%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B987A9 (or 0xB987A9) is known color: London Hue. HEX triplet: B9, 87 and A9. RGB value is (185,135,169). Sum of RGB (Red+Green+Blue) = 185+135+169=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B987A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B987A9 is #467856. Grayscale: #999999. Windows color (decimal): -4618327 or 11110329. OLE color: 11110329.

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

Color convert

RGB 185 135 169 -
CMYK 0 0.27 0.09 0.27
HSL 319.2º 0.26% 0.63% -
HSV(B) 319.2º 0.27% 0.73% -
XYZ 35.83 30.51 41.54 -
YUV 153.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 185 135 169 0 0.27 0.09 0.27 319.2 0.26 0.63
Hex B9 87 A9 0 1B 9 1B 13F 1A 3F
Octal 271 207 251 0 33 11 33 477 32 77
Binary 10111001 10000111 10101001 0 11011 1001 11011 100111111 11010 111111

Color Harmonies of #B987A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B987A9

Black with #B987A9

Text Example


Text Example

White with #B987A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B987A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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