#b987cc

Color #B987CC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B987CC

Tints of East Side #B987CC

Color information

#B987CC (or 0xB987CC) is unknown color: approx East Side. HEX triplet: B9, 87 and CC. RGB value is (185,135,204). Sum of RGB (Red+Green+Blue) = 185+135+204=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #B987CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987CC is #467833. Grayscale: #9D9D9D. Windows color (decimal): -4618292 or 13404089. OLE color: 13404089.

HSL color Cylindrical-coordinate representation of color #B987CC: hue angle of 283.48º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B987CC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185135204-
CMYK0.090.3400.2
HSL283.48º40.35%66.47%-
HSV(B)283.48º33.82%80%-
XYZ39.573261.22-
YUV157.82154.06147.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=35.31%
G=25.76%
B=38.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851352040.090.3400.2283.4840.3566.47
HexB987CC92201411b2842
Octal271207314114202443350102
Binary10111001100001111100110010011000100101001000110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b987cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b987cc; }

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

 H1.HeaderClassName
 {
   color: #b987cc;
 }
 .AnyTagClassName
 {
   color: #b987cc;
 }
</style>
background-color css

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

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

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

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

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

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