Html Css Color HEX #B987C9 East Side

📋 copy color: '#B987C9'

red 185 ◦ green 135 ◦ blue 201

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

Shades of East Side #B987C9

Tints of East Side #B987C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.58%

R = 35.51%
G = 25.91%
B = 38.58%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B987C9 (or 0xB987C9) is known color: East Side. HEX triplet: B9, 87 and C9. RGB value is (185,135,201). Sum of RGB (Red+Green+Blue) = 185+135+201=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #B987C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987C9 is #467836. Grayscale: #9D9D9D. Windows color (decimal): -4618295 or 13207481. OLE color: 13207481.

HSL color Cylindrical-coordinate representation of color #B987C9: hue angle of 285.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B987C9 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 135 201 -
CMYK 0.08 0.33 0 0.21
HSL 285.45º 0.38% 0.66% -
HSV(B) 285.45º 0.33% 0.79% -
XYZ 39.21 31.86 59.34 -
YUV 157.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 185 135 201 0.08 0.33 0 0.21 285.45 0.38 0.66
Hex B9 87 C9 8 21 0 15 11D 26 42
Octal 271 207 311 10 41 0 25 435 46 102
Binary 10111001 10000111 11001001 1000 100001 0 10101 100011101 100110 1000010

Color Harmonies of #B987C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B987C9

Black with #B987C9

Text Example


Text Example

White with #B987C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B987C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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