Html Css Color HEX #B987AC London Hue

📋 copy color: '#B987AC'

red 185 ◦ green 135 ◦ blue 172

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

Shades of London Hue #B987AC

Tints of London Hue #B987AC

RGB

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

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

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

R = 37.6%
G = 27.44%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B987AC (or 0xB987AC) is known color: London Hue. HEX triplet: B9, 87 and AC. RGB value is (185,135,172). Sum of RGB (Red+Green+Blue) = 185+135+172=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B987AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B987AC is #467853. Grayscale: #9A9A9A. Windows color (decimal): -4618324 or 11306937. OLE color: 11306937.

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

Color convert

RGB 185 135 172 -
CMYK 0 0.27 0.07 0.27
HSL 315.6º 0.26% 0.63% -
HSV(B) 315.6º 0.27% 0.73% -
XYZ 36.12 30.62 43.04 -
YUV 154.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 185 135 172 0 0.27 0.07 0.27 315.6 0.26 0.63
Hex B9 87 AC 0 1B 7 1B 13C 1A 3F
Octal 271 207 254 0 33 7 33 474 32 77
Binary 10111001 10000111 10101100 0 11011 111 11011 100111100 11010 111111

Color Harmonies of #B987AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B987AC

Black with #B987AC

Text Example


Text Example

White with #B987AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B987AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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