Html Css Color HEX #B987BA London Hue

📋 copy color: '#B987BA'

red 185 ◦ green 135 ◦ blue 186

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

Shades of London Hue #B987BA

Tints of London Hue #B987BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 36.56%
G = 26.68%
B = 36.76%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B987BA (or 0xB987BA) is known color: London Hue. HEX triplet: B9, 87 and BA. RGB value is (185,135,186). Sum of RGB (Red+Green+Blue) = 185+135+186=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #B987BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987BA is #467845. Grayscale: #9B9B9B. Windows color (decimal): -4618310 or 12224441. OLE color: 12224441.

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

Color convert

RGB 185 135 186 -
CMYK 0.01 0.27 0 0.27
HSL 298.82º 0.27% 0.63% -
HSV(B) 298.82º 0.27% 0.73% -
XYZ 37.53 31.19 50.5 -
YUV 155.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 185 135 186 0.01 0.27 0 0.27 298.82 0.27 0.63
Hex B9 87 BA 1 1B 0 1B 12B 1B 3F
Octal 271 207 272 1 33 0 33 453 33 77
Binary 10111001 10000111 10111010 1 11011 0 11011 100101011 11011 111111

Color Harmonies of #B987BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B987BA

Black with #B987BA

Text Example


Text Example

White with #B987BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B987BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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