#B495BC

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

Shades of East Side #B495BC

Tints of East Side #B495BC

Color information

#B495BC (or 0xB495BC) is unknown color: approx East Side. HEX triplet: B4, 95 and BC. RGB value is (180,149,188). Sum of RGB (Red+Green+Blue) = 180+149+188=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B495BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495BC is #4B6A43. Grayscale: #A2A2A2. Windows color (decimal): -4942404 or 12359092. OLE color: 12359092.

HSL color Cylindrical-coordinate representation of color #B495BC: hue angle of 287.69º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B495BC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180149188-
CMYK0.040.2100.26
HSL287.69º22.54%66.08%-
HSV(B)287.69º20.74%73.73%-
XYZ38.6534.8352.26-
YUV162.71142.27140.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=34.82%
G=28.82%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801491880.040.2100.26287.6922.5466.08
HexB495BC41501A1201742
Octal26422527442503244027102
Binary10110100100101011011110010010101011010100100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495BC; }

 p { color: rgb(180,149,188); }

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

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

 a { background-color: rgb(180,149,188); }

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

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

 span { border-color: rgb(180,149,188); }

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