#B487BE

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

Shades of East Side #B487BE

Tints of East Side #B487BE

Color information

#B487BE (or 0xB487BE) is unknown color: approx East Side. HEX triplet: B4, 87 and BE. RGB value is (180,135,190). Sum of RGB (Red+Green+Blue) = 180+135+190=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #B487BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487BE is #4B7841. Grayscale: #9A9A9A. Windows color (decimal): -4945986 or 12486580. OLE color: 12486580.

HSL color Cylindrical-coordinate representation of color #B487BE: hue angle of 289.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B487BE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180135190-
CMYK0.050.2900.25
HSL289.09º29.73%63.73%-
HSV(B)289.09º28.95%74.51%-
XYZ36.7830.7552.71-
YUV154.72147.91146.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 135 (53.12% from 255) = 26.73%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=35.64%
G=26.73%
B=37.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801351900.050.2900.25289.0929.7363.73
HexB487BE51D0191211e40
Octal26420727653503144136100
Binary10110100100001111011111010111101011001100100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487BE; }

 p { color: rgb(180,135,190); }

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

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

 a { background-color: rgb(180,135,190); }

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

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

 span { border-color: rgb(180,135,190); }

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